there are 24 hours in a day, 60 minutes in an hour, and 60 seconds in a minute. Use the print() statement to output the result | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

there are 24 hours in a day, 60 minutes in an hour, and 60 seconds in a minute. Use the print() statement to output the result

I Didn't get it

30th Apr 2021, 10:06 AM
Bhargav Reddy
Bhargav Reddy - avatar
4 Answers
+ 2
What part of print(24 * 60 * 60) are you struggling with? You could also create variables from the information given hours = 24 minutes = 60 seconds = 60 print(hours * minutes * seconds)
30th Apr 2021, 11:17 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 2
Bhargav Reddy This is just a 5th standard calculation. 1 - 24 hours in a day 2 - 60 minutes in an hour 3 - 60 seconds in a minute 4 - You have 30 days 5 - Now get how many seconds in 30 days Now you know what to do.
30th Apr 2021, 4:06 PM
A͢J
A͢J - avatar
+ 1
Those instructions sound quite dumb. Don't actually tell what you need to do.
30th Apr 2021, 1:50 PM
Seb TheS
Seb TheS - avatar
0
I Need that Program
30th Apr 2021, 2:02 PM
Bhargav Reddy
Bhargav Reddy - avatar