Commit eedbd914 by BellCodeEditor

save project

parent b31ff20b
......@@ -19,7 +19,7 @@ path = "C:\\Users\\Administrator\\Desktop\\新建文件夹\\level3-lesson6-diy1"
filelist = os.listdir(path)
music_list = []
for i in filelist:
if i[-4:] == ".ogg" or i[-4:] == ".wav":
if i[-4:] == ".ogg" or i[-4:] == ".wav" or i[-4:] == ".mp3":
music_list.append(i)
num = -1
angle = 0
......
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