days=int(input("Input Days:")) * 3600 * 24
hours=int(input("Input Hours:"))*3600
minutes=int(input("Input Minutes:"))*60
seconds=int(input("Input Seconds:"))
time=days+hours+minutes+seconds
print("The amounts of seconds", time)
Can’t Read Books? Try This 5-Minute Habit Instead (It Actually Works) Hi, namaste Krishna. So, um today I'll be sharing a very good ha...
No comments:
Post a Comment