Commit 92f7abee by BellCodeEditor

auto save

parent 7437b638
Showing with 4 additions and 0 deletions
......@@ -8,3 +8,6 @@ if num > len(music_list)-1:
num = 0
pygme.mixer.music.load(music_list[num])
pygame.mixer.music.piay()
path = 'c:\\users\\bellcode\\desrtop\\test'
filelist = os.listdir(path)
print(filelist)
\ No newline at end of file
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