Skip to content

Instantly share code, notes, and snippets.

@popey456963
Created October 24, 2015 19:22
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 popey456963/8f266e271b94dbb1f164 to your computer and use it in GitHub Desktop.
Save popey456963/8f266e271b94dbb1f164 to your computer and use it in GitHub Desktop.
Detecting Letters
m = input()
if "o" in m or "O" in m:
print("true")
else:
print("false")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment