Skip to content

Instantly share code, notes, and snippets.

@blongho
Last active November 25, 2018 11:12
Show Gist options
  • Save blongho/1ee85f81a25546cbb8bf366aee83aa0a to your computer and use it in GitHub Desktop.
Save blongho/1ee85f81a25546cbb8bf366aee83aa0a to your computer and use it in GitHub Desktop.
summer_word = "resort"
found = False
for character in summer_word:
if character == "s":
found = True
break
ANSWER = found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment