Today in class i started a new flappy bird game on visual studio code

bg = pygame.image.load(‘fb.webp’)
I used bg =p pygame to set the background for the game
ground_img = pygame.image.load(‘groundd.PNG’)
I used ground_image = pygame to make the ground for the game