Commit d418a683 by BellCodeEditor

save project

parent 7ebfe276
Showing with 5 additions and 4 deletions
import pygame import pygame
form pygame import locale
pygame.init() pygame.init()
screen=pygame.dispay.set_mode((660,440)) screen=pygame.dispay.set_mode((660,440))
while True: while True:
for i(rrr) in for i in pygame.event.get():
if i,type==loculs.QUIT: if i.type==loculs.QUIT:
exit()
\ No newline at end of file \ No newline at end of file
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