0
What is wrong with my code?
print(30*24*30*30)
5 Answers
+ 4
30 = no of days in a month
24 = no of hours in a day
60 = no of minutes in a hour
60 = no of seconds in a minute
print(30*24*60*60)
2592000 seconds
Phiwokuhle Foca?
0
My output is that and is wrong
0
Owww thanks



