Skip to content

Instantly share code, notes, and snippets.

@acrymble
Last active September 26, 2015 06:47
Show Gist options
  • Save acrymble/1056149 to your computer and use it in GitHub Desktop.
Save acrymble/1056149 to your computer and use it in GitHub Desktop.
Python Find failure
message6 = "Hello World"
message6b = message6.find("squirrel")
print message6b
-> -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment