Skip to content

Instantly share code, notes, and snippets.

@kristianpaul
Created November 5, 2020 14:58
Show Gist options
  • Save kristianpaul/9b9d4cf1862f8b6d49c19a5ee4c9f7f2 to your computer and use it in GitHub Desktop.
Save kristianpaul/9b9d4cf1862f8b6d49c19a5ee4c9f7f2 to your computer and use it in GitHub Desktop.
>>> len((('foo','1'),('fii','2')))
2
>>> len(('foo','1'),)
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment