Commit 92f7abee by BellCodeEditor

auto save

parent 7437b638
Showing with 5 additions and 2 deletions
...@@ -7,4 +7,7 @@ if pygame.mixer.music.get_busy() == false: ...@@ -7,4 +7,7 @@ if pygame.mixer.music.get_busy() == false:
if num > len(music_list)-1: if num > len(music_list)-1:
num = 0 num = 0
pygme.mixer.music.load(music_list[num]) pygme.mixer.music.load(music_list[num])
pygame.mixer.music.piay() pygame.mixer.music.piay()
\ No newline at end of file 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