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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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
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.