Commit a0418413 by BellCodeEditor

save project

parent 72de2d5c
...@@ -24,7 +24,7 @@ num = -1 ...@@ -24,7 +24,7 @@ num = -1
path='D:\\桌面\\桌面文件\\text' path='D:\\桌面\\桌面文件\\text'
file=os.listdir(path) file=os.listdir(path)
for i in file: for i in file:
if i[-4:]=='.wav'or i[-4:]=='.ogg' or i[-4:] == '.mp3': if i[-4:]=='.wav'or i[-4:]=='.ogg' or i[-4:] == '.mp3' :
filelist.append(i) filelist.append(i)
while True: while True:
......
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