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)
Hi, namaste Krishna. So today we will be talking about that everyone is going through something in their life. Be it you, be it your friend...
No comments:
Post a Comment