I am using python 3.8.0. I started out by installing pygame. But when i try to import it it will not import and this is what comes up in my console.
C:\Users\emils\AppData\Local\Programs\Python\Python38\python.exe: can't open file 'game1.py': [Errno 2] No such file or directory
import pygame
pygame.init()
win = pygame.display.set_win((500,500))