Commit 2e75fd19 by BellCodeEditor

save project

parent 44c72afe
Showing with 1 additions and 1 deletions
...@@ -23,7 +23,7 @@ aa=os.listdir('C:\\Users\\Administrator\\Desktop\\test') ...@@ -23,7 +23,7 @@ aa=os.listdir('C:\\Users\\Administrator\\Desktop\\test')
list_yy=[] list_yy=[]
for i in aa: for i in aa:
if i[-4:] =='.wav' or i[-4:] =='.ogg': if i[-4:] =='.wav' or i[-4:] =='.ogg':
aa.append(i) list_yy.append(i)
num=-1 num=-1
......
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