Commit 8c2d7634 by BellCodeEditor

save project

parent 4383cd2f
Showing with 2 additions and 0 deletions
......@@ -102,6 +102,8 @@ while True:
play_m=play_time//60 #秒
play_s=play_time%60 #分
if play_s<10:
play_s="0"+str(play_m)
info=str(play_m)+":"+str(play_s)
music_m=music_length//60 #秒
......
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