Skip to content

Instantly share code, notes, and snippets.

@hayd
Created May 25, 2016 01:50
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 hayd/79ee0b1cb507aba943402d4271fbfc9a to your computer and use it in GitHub Desktop.
Save hayd/79ee0b1cb507aba943402d4271fbfc9a to your computer and use it in GitHub Desktop.
def foo():
print("one tab")
print("eight spaces")
def foo():
print("one tab") # all indentation is one tab.
if True:
print("two spaces")
else:
print("four spaces")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment