Create two folders in your Repl directory; images and a grayimages and upload three images inside that folder. You can find three sample images attached to this article.
Your task for this exercise is to create a Python script that reads all the images inside images folder and converts those images to grayscale and saves the grayscale versions inside grayimages.