# The main loop in a Pygame program keeps the game running. # It repeats again and again until the player decides to quit. # We need event handling to listen to the ...
# begin_fill() starts filling colour inside the shape on line 10. # end_fill() completes the filling process on line 12. # Task 1: Fill red colour in the smaller circle using begin_fill on line 14 and ...