Upload files to "/"

main
Irina Ternovaja 2024-02-05 09:03:27 +00:00
parent 7bbf2d1764
commit 48b77e153d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import pygame import pygame
def main(): def main():
pygame.init() pygame.init()
screen = pygame.display.set_mode((500,500)) screen = pygame.display.set_mode((500,500))