Skip to content

Instantly share code, notes, and snippets.

@CTimmerman
Last active September 8, 2015 00:07
Show Gist options
  • Save CTimmerman/127c6340592adfe98759 to your computer and use it in GitHub Desktop.
Save CTimmerman/127c6340592adfe98759 to your computer and use it in GitHub Desktop.
C-style Python
for i in range(3):
#{
if i == 1:
#{
print('Hello ');
print('World!');
#}
#}
@CTimmerman
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment