Skip to content

Instantly share code, notes, and snippets.

@kujyp
Created October 22, 2018 01:10
Show Gist options
  • Save kujyp/5eb8fa3bf1b49803ec1f00c59107e8d5 to your computer and use it in GitHub Desktop.
Save kujyp/5eb8fa3bf1b49803ec1f00c59107e8d5 to your computer and use it in GitHub Desktop.
Python Cheat Sheets
# Does Python have a string 'contains' substring method?
# https://stackoverflow.com/questions/3437059/does-python-have-a-string-contains-substring-method
if "blah" not in somestring:
continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment