Commit d45ca8e7 by BellCodeEditor

auto save

parent 73015157
Showing with 7 additions and 9 deletions
import pygame # LIST =[1,1,21,51,6,65,64,6]
# LIST1 = []
# 初始化pygame,为使用pygame做准备 # for i in LIST:
pygame.init() # if i not in LIST1:
# LIST1.append(i)
# 创建一个窗口
Screen = pygame.display.set_mode((660,480)) # print(LIST1)
while True :
\ 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