Commit bedcd6ae by BellCodeEditor

save project

parent a8df23af
Showing with 8 additions and 0 deletions
import pygame
pygame.init()
from pygame import locals
a=pygame.display.set_mode((1500,1000))
while True:
for b in pygame.event.get():
if b.type == locals.QUIT:
exit()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment