Write a Python graphics program that draws the following
shapes:
• window size: 250 x 250 pixels with window title with your
name
• big circle, 50 pixels radius with center at (125, 125)
• two green circles, 10 pixels radius; first one centered at
(113, 113) and second centered at (137, 113)
• one red line, from (100, 150) to (150, 150)
Then answer this, what do you see? (make this a comment in your
code)