Commit 34383c53 by BellCodeEditor

save project

parent 275214a8
Showing with 2 additions and 0 deletions
import pygame
import os
from pygame import locals
filelist = os.listdir("C:\\Users\\EDZ\\Desktop\\test")
pygame.init() # 初始化
# 创建窗口
screen = pygame.display.set_mode((640, 480))
......
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