-
-
Save svracak/1908003 to your computer and use it in GitHub Desktop.
This file contains hidden or 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? | |
### Brojčano na ekranu ispišite koliko godina ima sekundi. | |
print "#{365*24*60*60} eto, tolko sekundi\n" | |
print "#{8286/365.round} eto, tolko godina \n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment