Skip to content

Instantly share code, notes, and snippets.

@moggers87
Created September 20, 2019 16:32
Show Gist options
  • Save moggers87/aaded0fe551dc494b19c533748ea3abb to your computer and use it in GitHub Desktop.
Save moggers87/aaded0fe551dc494b19c533748ea3abb to your computer and use it in GitHub Desktop.
A really annoying Python "feature"
tup = (
"hello",
"what",
"is",
"wrong"
"with",
"this?",
)
assert len(tup) == 6, "Ah, it's actually 5. Why though?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment