We are going to learn:
for statements.Download the Medialib ex7 files from the gallery and complete the program in ex7.py to draw a greyscale pixel art image from given pixel values in a 2d list (64 x 64).
rect(x,y,w,h,r,g,b) function where:
Be careful about the relations between the coordinate system of the screen and the subscript of the list:
Bonus: You may find the original image is a negative image of a cat. Draw the positive image of the cat beside the original image:
