Commit bd429e44 by BellCodeEditor

save project

parent 7c146777
Showing with 7 additions and 2 deletions
...@@ -7,4 +7,9 @@ pygame.init() ...@@ -7,4 +7,9 @@ pygame.init()
screen=pygame.display.set_mode screen=pygame.display.set_mode
from pygame import((600,800))locals from pygame import((600,800))locals
a=randint(2,5) a=randint(2,5)
print(a) print(a)
\ No newline at end of file background=pygame.imageload
exit()
screen.blit(background(0,0))
pygame.display.update()
\ 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