Commit 284a5a1d by BellCodeEditor

save project

parent c0d4a57a
Showing with 9 additions and 0 deletions
......@@ -2,3 +2,11 @@ from random import randint
a = randint(2,5)
print(a)
screen = pygame.set_mode((660,480))
while true:
for event in pyame.event.get():
if event.type ==locals.QUIT:
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