Last active
September 30, 2015 23:07
-
-
Save shime/1877085 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Brojčano na ekranu ispišite koliko godina ima sekundi. | |
### Koliko imate godina ako ste stari 8286 dana? |
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
print "Godina ima "
print 365_24_60*60
print " sekundi\n"
print "Imam "
print 8286/365
print " godine."
print "\n"