Commit dc733e21 by BellCodeEditor

save project

parent 464bdc7f
Showing with 7 additions and 7 deletions
......@@ -4,10 +4,10 @@ from pygame import locals
pygame.init()
# 创建一个窗口
screen=pygame.display.set__mode((800,660))
screen=pygame.display.set_mode((800,660))
while True
for event in pygame.event.get():
print(event)
if event.type==12
exit()
\ No newline at end of file
while True:
for event in pygame.event.get():
print(event)
if event.type==12:
exit()
\ 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