Commit 6ba9ee0f by BellCodeEditor

save project

parent c0ffc413
Showing with 1 additions and 1 deletions
......@@ -16,7 +16,7 @@ ml=[]
f=os.listdir("C:\\Users\\6\\Desktop\\test")
# 载入音乐
for i in f:
if f[-4:]==".wav"orf[-4:]==".ogg"
if f[-4:]==".wav"or f[-4:]==".ogg"
ml.append(i)
volume = 0.2
......
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