Skip to content

Instantly share code, notes, and snippets.

@computer-tutor
Created April 27, 2020 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save computer-tutor/d0cc3425de9bcbc1a4aee0e4d3982387 to your computer and use it in GitHub Desktop.
Save computer-tutor/d0cc3425de9bcbc1a4aee0e4d3982387 to your computer and use it in GitHub Desktop.
days=365
hours=24
minutes=60
seconds=60
print("Number of seconds in a year are:",days*hours*minutes*seconds)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment