Created
June 4, 2015 08:17
-
-
Save skatenerd/38b8b2b0f34bcb9cf80d to your computer and use it in GitHub Desktop.
huh
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
>>> z=01 | |
>>> z=02 | |
>>> z=03 | |
>>> z=1 | |
>>> z=0000000000001 | |
>>> z=0000000000002 | |
>>> z=0000000000006 | |
>>> z=8 | |
>>> z=08 | |
File "<stdin>", line 1 | |
z=08 | |
^ | |
SyntaxError: invalid token | |
>>> z=0000000000008 | |
File "<stdin>", line 1 | |
z=0000000000008 | |
^ | |
SyntaxError: invalid token |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lol, it's octal