Commit 03ebff39 by BellCodeEditor

save project

parent 47b85f13
Showing with 7 additions and 0 deletions
from random import randint
a=randint(22,40)
print(a)
\ No newline at end of file
......@@ -4,4 +4,5 @@ import pygame
pygame.init()
# 创建一个窗口
while True:
screen=pygame.display.set_mode((800,600))
\ 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