| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/AndreUTF/PythonProjects/master/ProgramFlow/checkingin.py | [Back] [Original] |
parrot = "Norwegian Blue"
letter = input("Enter a character: ")
if letter in parrot:
print("{} is in {}".format(letter, parrot))
else:
print("I don't need that letter")
| Web Proxy Viewer | New URL | Original Page |