Commit 9202fe09 by BellCodeEditor

save project

parent c6aecee1
Showing with 9 additions and 4 deletions
from random import randint
a=randint(2,5)
pr
\ No newline at end of file
import pygame
from pygame imort locals
pygame.init()
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