letter = put whatever value here
if "h" in letter:
print("The letter h is in the variable letter.")
else:
print("The letter h is not in the variable letter.")
9.4m questions
12.2m answers