Exercise

Let's make some noise!

In this exercise, we'll practice adding noise to a fruit image.

Various fruits
Image preloaded as fruit_image.

Instructions

100 XP
  • Import the util module and the random noise function.
  • Add noise to the image.
  • Show the original and resulting image.