Commit e653ad93 by BellCodeEditor

auto save

parent efc2e11a
Showing with 6 additions and 7 deletions
from random import randint import pygame
from pygame import locals
a = randint(2,5)
print(a) pygame.init()
screen = pygame.set_mode((660,480)) screen = pygame.set_mode((660,480))
while true: while true:
for event in pyame.event.get(): for event in pyame.event.get():
if event.type ==locals.QUIT: if event.type ==locals.
\ No newline at end of file
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