Is there a way in Python where if a letter matchs any letter in a word it carries on the code so
X=str(input("input a word"))
Word="hello"
If x= Word()
a=a+1
So if Is there a way to say if I put x as "h" or "e" it will do the section of code
Sorry I know this is vague and I'm really bad at Python.any help will be amazing