Skip to content

Instantly share code, notes, and snippets.

@shime
Last active September 30, 2015 23:07
Show Gist options
  • Save shime/1877085 to your computer and use it in GitHub Desktop.
Save shime/1877085 to your computer and use it in GitHub Desktop.
### Brojčano na ekranu ispišite koliko godina ima sekundi.
### Koliko imate godina ako ste stari 8286 dana?
@svracak
Copy link

svracak commented Feb 25, 2012

print "Godina ima "
print 365_24_60*60
print " sekundi\n"

print "Imam "
print 8286/365
print " godine."
print "\n"

@shime
Copy link
Author

shime commented Feb 25, 2012

you're missing the point, young minion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment