- 6
Remember, there are 24 hours in a day, 60 minutes in an hour, and 60 seconds in a minute. Use the print() statement to output t
7 Antworten
+ 1
seconds = 1
minutes =60
hours = 60
Days = 24
Month = 30
print (Month*Days*hours*minutes)
0
Mohammed Abdul Hakim , the facts you mentioned are perfect, but we miss your question. can you please rework your post? thanks!
0
can i ask an answer for these problem?
0
Remember, there are 24 hours in a day, 60 minutes in an hour, and 60 seconds in a minute.
Use the print() statement to output the result.
0
jj
- 1
Please show us your attempt so far so we may help. Thanks.
Hint:
You can use multiplication (*), just analyze the problem to create the equation.
- 3
Remember, there are 24 hours in a day, 60 minutes in an hour, and 60 seconds in a minute.
Use the print() statement to output the result.