Commit b9c856fc by BellCodeEditor

save project

parent 3942de93
Showing with 7 additions and 0 deletions
import time
s=60
while s> -1:
time.sleep(1)
print("还剩"+str(s)+"秒")
s=s-1
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