Skip to content

Instantly share code, notes, and snippets.

@stephengruppetta
Last active July 6, 2023 11:37
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 stephengruppetta/facc47eda0ed232de495e5337c2f086e to your computer and use it in GitHub Desktop.
Save stephengruppetta/facc47eda0ed232de495e5337c2f086e to your computer and use it in GitHub Desktop.
team_members = ["Jim", "Chris", "Jess", "Zahra"]
print(team_members.__contains__)
# <method-wrapper '__contains__' of list object at 0x7f8e03a56bc0>
print(team_members.__len__)
# <method-wrapper '__len__' of list object at 0x7f8e03a56bc0>
print(team_members.__iter__)
# <method-wrapper '__iter__' of list object at 0x7f8e03a56bc0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment