O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
#Python program to print the Number of seconds in Year days=365 hours=24 minutes=60 seconds=60 print("Number of seconds in a year : ",days*hours*minutes*seconds)
▶ Run Code
🖥 Output: