Commit 3a291f6f by BellCodeEditor

save project

parent 7d6226d9
Showing with 2 additions and 2 deletions
......@@ -14,8 +14,8 @@ logo_img = pygame.image.load('logo.png') # 下一曲按钮
# 载入音乐
num =- 1
music.last=[] # 载入音乐
path="C:\\Users\\21901\Desktop\\新建文件夹 (3)"
music_list=[] # 载入音乐
path="C:\\Users\\21901\\Desktop\\新建文件夹"
filelist=os.listdir(path)
for i in filelist:
if i[-4:]==".wav" or i[-4:]==".ogg":
......
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