-
-
Save DamirSvrtan/1907992 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? | |
print 365*24*60*60 | |
print 8286/365 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
365_24_60*60
8286/365