- 1

Can someone please solve this python problem for me.

Ever wondered how many seconds are there in a month (30 days)? Write a program to calculate and output the answer.

9th Mar 2022, 5:14 PM
Johnson Ogu
3 odpowiedzi
+ 3
This smells like homework 🤣 That i am not going to do for you :) also, this is quite an easy exercise to do if you take about 1 hour in any of the language courses. Just go and do some actual work. Also, I don’t have to wonder, because I know. I know because I put in some work and learned to code.
9th Mar 2022, 6:02 PM
Brave Tea
Brave Tea - avatar
0
Thanks for your advice I do appreciate
9th Mar 2022, 6:17 PM
Johnson Ogu
0
G'day Johnson Ogu as Brave Tea suggested, we don't want to hurt your chance of learning by doing your homework for you. What I can add is: make some psuedocode. Psuedocode is like a description of your logic, you try to state the inputs, the constants/numbers that you will use, the math/algorithm, the outputs. Eg: seconds in a week: Input is How many weeks? Seconds_in_a_day = 60*60*24 Output is weeks *7 *seconds_in_a_day
9th Mar 2022, 8:31 PM
HungryTradie
HungryTradie - avatar