# Your homework is to create and blit the coin class into existence. The coin has 3 different images, so you could do somethingl ike # for SUFFIX in ["1", "2", "3"] to loop through each image and add that into a list # You want to create a create_coin method in main.py, use a new coin timer to make the coins appear. # IF you want to get ahead, you can try to make the coin appear randomly on the y axis.
You can contact me via ddjapri@ayclogic.com for any questions or concerns.