how to load an image into pygame code example
Example: How to make an image in pygame
# Ufo.png is just a random download. You are supposed to put the file name over there, in quotation marks
pygame.image.load('ufo.png')
# Ufo.png is just a random download. You are supposed to put the file name over there, in quotation marks
pygame.image.load('ufo.png')