Commit 399ea784 by BellCodeEditor

save project

parent 0eea1a9e
Showing with 6 additions and 0 deletions
a=int(input("请输入总秒数"))
b=a//3600
c=(a%b)//60
d=(a%c)//60
print(b,"小时",c,"分钟",d,"秒")
\ 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