- 2
Help me with month having seconds code
Help me with the implementation of the code guys
5 Réponses
+ 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
+ 2
Show what you've tried so far.
+ 2
month = int(input())
print(month*30*60*60)
+ 2
Thank u guys for the help have a good night
0
I have done the level 😊