so how can I make Hello and hELLO the same.
s = "Hello this is me"
if "HEllo" in s:
print("Hello in s")
It will not print Hello in s, how can I make it the same if its written big or small? Its basically the same. Maybe it should look not for the exatc same but for the same spelling? Please help (also I'm not american sorry for the text)