Skip to content

Instantly share code, notes, and snippets.

@ccwang002
Created December 13, 2012 14:40
Show Gist options
  • Save ccwang002/4276766 to your computer and use it in GitHub Desktop.
Save ccwang002/4276766 to your computer and use it in GitHub Desktop.
sample case to show that sometimes it is tricky to determine the indentation of python code automatically.
if a==b:
with open('f.txt') as f:
# do something
# do something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment