Question 1:
Draw the following picture in the pygame window: (could be different color)

Hint: using pygame.draw.circle
Question 2:
Draw below image using pygame. (could using different color)

Code to draw a rectangle is
pygame.draw.rect(screen,[red,blue,green],[x,y,width,height,0]
Sorry, the comment form is closed at this time.