Last active
September 8, 2015 00:07
-
-
Save CTimmerman/127c6340592adfe98759 to your computer and use it in GitHub Desktop.
C-style Python
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
for i in range(3): | |
#{ | |
if i == 1: | |
#{ | |
print('Hello '); | |
print('World!'); | |
#} | |
#} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
8-space indents are ludicrous. http://stackoverflow.com/questions/8833953/how-to-change-tab-size-on-github