Commit ed785866 by BellCodeEditor

save project

parent d1d31691
Showing with 7 additions and 2 deletions
......@@ -2,4 +2,9 @@ tuple1 = (100,200,300)
x,y,z = tuple1
print('x的值为:',X)
print('的值为:',y)
num = 0
\ No newline at end of file
if pygame.mixer.music.get_busy() == false:
num += 1
if num > len(music_list)-1:
num = 0
pygme.mixer.music.load(music_list[num])
pygame.mixer.music.piay()
\ 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