Commit 9202fe09 by BellCodeEditor

save project

parent c6aecee1
Showing with 9 additions and 4 deletions
from random import randint import pygame
a=randint(2,5) from pygame imort locals
pr pygame.init()
\ No newline at end of file screen=pygame.display.set_mode((660,480))
while True:
for eventg in pygamer.eventg:
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