Quick announcements: PU students are coming after school today.
Classwork:
Use pixelArray from pygameHelloWorld.py to write the program drawpad_YI.py
# get a pixel array of the surface pixArray = pygame.PixelArray(windowSurface) pixArray[480][380] = BLACK