What does the following function do? By reading the program without running it, do you think that

Question:

What does the following function do? By reading the program without running it, do you think that the result of test9 will be lighter or darker than the result of test7?

def test9 (picture): for p in getPixels(picture): getRed (p) * 2 getGreen (p) getBlue (p) * 2 makeColor(red, green, blue) red green 2 blue color setColor(p,color)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: