Commit 8124728f by BellCodeEditor

auto save

parent 13d37085
Showing with 27 additions and 0 deletions
a=int(input("请输入一个整数:"))
b=a%60
c=a//60%60
d=a//3600
print(b,c,d)
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