Commit d45ca8e7 by BellCodeEditor

auto save

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