Skip to content

Instantly share code, notes, and snippets.

@wintercn
Created June 4, 2014 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wintercn/88c31c305bcbdf522bff to your computer and use it in GitHub Desktop.
Save wintercn/88c31c305bcbdf522bff to your computer and use it in GitHub Desktop.
python magic
#:tabstop=4
if 1 :
if 1 :
if 0 :
print 1
else :
print 2
#:tabstop=8
if 1 :
if 1 :
if 0 :
print 1
else :
print 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment