Page 1 of 1

The parameter "n" holds an integer value, zero or more, to be used by the code in the function. You can see the value of

Posted: Fri Jul 08, 2022 7:28 am
by answerhappygod
The parameter "n" holds an integer value, zero or more, to beused by the code in the function. You can see the value of n usedfor each run in the Run Menu. Create and return an out image thesame width as the original image and n pixels greater in height.Across the top of the out image, create a yellow stripe n pixelshigh, setting the blue values of every pixel to 0, (red + green =yellow in RGB). Copy the original image to the space below theyellow hat. Write python code.