Commit eaa47c93 by BellCodeEditor

auto save

parent fb3a8007
Showing with 5 additions and 41 deletions
import pygame
# 初始化pygame,为使用pygame做准备
pygame.init()
# 创建一个窗口
screen = pygame.display.__setattr__(660 480)
while True:
for event in pygame.event.get:
if event.type == locals.QUIT
exet
list1 = [15,30,25,17,87,88,27,89,76,19]
s = 0
for i in list1:
print(s)
\ 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