How to code how many seconds in a month?? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How to code how many seconds in a month??

I dont know how to answer the python course im stuck.

18th Feb 2021, 7:22 PM
KING NOES
KING NOES - avatar
4 ответов
+ 2
You can try this: print(60*60*24*30)
18th Feb 2021, 7:27 PM
Tomas Konecny
+ 1
Just calculate how many seconds is in one minute, in one hour, in one day, and then in one month
18th Feb 2021, 7:24 PM
Tomas Konecny
+ 1
Your attempt?
19th Feb 2021, 8:13 AM
∆BH∆Y
∆BH∆Y - avatar
+ 1
It's just sumple multiplication, you can display the result on screen by print(60*60*24*30)
19th Feb 2021, 1:22 PM
Iqbal Khan
Iqbal Khan - avatar