- 1
Ever wondered how many seconds are there in a month (30 days)? Write a program to calculate and output the answer.
Pls answer this in python
5 Respostas
+ 6
145 Eimam sharif shaik
Ever wondered why this exact question has been asked 6 times in the last 6 months.
Use the search function in Q&A and show your attempt when you get stuck, otherwise it looks like you want others to do the work for you.
If you have a concept, share it, then we can see how to help you
+ 5
This is not how Q&A works.
If you have an issue with your code, then post it here and ask a question regarding it.
+ 2
No no bruh ..❌
You must try it ..then you can tell us the problem you found ✔️
0
//javascript
sec= 30*24*60*60
console.log(sec)