Find Seconds in 30 days if 24 hrs occur daily | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 3

Find Seconds in 30 days if 24 hrs occur daily

Pleaze tell me how to solve jt using Python

16th Aug 2021, 4:56 PM
Mubeen khan
12 Respuestas
+ 3
You have only completed 4% of the Python course. If you cannot solve it now, then go on learning and do it later or google how to multiply in Python
16th Aug 2021, 5:08 PM
Lisa
Lisa - avatar
+ 2
We will have to do the math accordingly in Python. First, initiate a variable and do the multiplication. 60 * 60 * 60 ...
16th Aug 2021, 4:58 PM
Jasper Loh
Jasper Loh - avatar
+ 2
Solve it by multiplication and then print the result
16th Aug 2021, 4:59 PM
Lisa
Lisa - avatar
+ 2
Mubeen khan use your maths knowledge in that. 1 day = 24 hours, so 24 * 30 will get the hours in 30 days, now multiply 60 * hours in 30 days to get the answer.
16th Aug 2021, 5:05 PM
Rellot's screwdriver
Rellot's screwdriver - avatar
+ 1
We mean: Multiply in Python and then give output
16th Aug 2021, 5:02 PM
Lisa
Lisa - avatar
+ 1
Rellot's i can do multiplication but i can't write it in python ??
16th Aug 2021, 5:06 PM
Mubeen khan
+ 1
"*if* 24 hrs occur daily?" 😨
16th Aug 2021, 5:32 PM
Simon Sauter
Simon Sauter - avatar
+ 1
This is the solution, but you have completed only 4% of the python course, so please finish it first and then ask such questions, if you didn't understand it...😉 https://code.sololearn.com/cFVniZJG2mk7/?ref=app
17th Aug 2021, 9:11 AM
LeChuck_42
LeChuck_42 - avatar
0
U mean i have to solve it using Calculator???
16th Aug 2021, 5:00 PM
Mubeen khan
0
Ok sure
16th Aug 2021, 5:09 PM
Mubeen khan
0
I mean 24 hrs = 1 day
16th Aug 2021, 5:34 PM
Mubeen khan
0
I know. But you wrote it as though it was not a given that all 24 hours actually occur every day.
16th Aug 2021, 5:36 PM
Simon Sauter
Simon Sauter - avatar