7 Respuestas
0
You have to do the calculation. Number of seconds in a minute times number of minutes in an hour. Etc.
0
This is the specific question
“Ever wondered how many seconds are there in a month (30 days)?
Write a program to calculate and output the answer.” Python
0
And did you write anything yet?
0
I solved it with your help, thank you. I did as you advised, i just didnt know what formula to use to solve the math equation.
0
i do it in this way idk if that is the objectif of the quiz
print(30*24*60*60)
i can use variablses or even i can use if else statments
0
I can't get the time to function code . Can any one help me