OpenCV provides many functions to process or draw image in python. Some of the drawing functions are: cv2.line(): used to draw line on an image cv2.rectangle(): used to draw rectangle cv2.cv2.circle(): used to draw circle cv2.putText(): used to write text Task1: Create image by yourself in python Here, I have created circles in python using the following…