Help me with month having seconds code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Help me with month having seconds code

Help me with the implementation of the code guys

10th Jul 2021, 2:52 PM
ajay Vadranam
ajay Vadranam - avatar
5 Answers
+ 3
They are asking us to calculate how many seconds in a month which is a constant. 60 seconds = 1 minute 60 minutes = 1 hour 24 hours = 1 day 30 days = 1 month
10th Jul 2021, 3:48 PM
Simba
Simba - avatar
+ 2
Show what you've tried so far.
10th Jul 2021, 3:03 PM
David Ashton
David Ashton - avatar
+ 2
month = int(input()) print(month*30*60*60)
10th Jul 2021, 3:07 PM
ajay Vadranam
ajay Vadranam - avatar
+ 2
Thank u guys for the help have a good night
10th Jul 2021, 4:13 PM
ajay Vadranam
ajay Vadranam - avatar
0
I have done the level 😊
10th Jul 2021, 4:19 PM
ajay Vadranam
ajay Vadranam - avatar