I'm trying to create a simple, veery simple bot. But its All messed up, pls help
inp = input('')
if inp == ('Hello' or 'hello' or 'hi' or 'Hi'):
inp1 = input('Hello, How are you? \n')
else:
sys.exit('hmmm')
if inp1 == "I'm Fine" or "i'm fine" or "i'm Fine" or "I'm fine" or "fine" or "Fine":
input("Cool, Wassup? \n")
elif inp1 == "not fine" or "Not Fine" or "not Fine" or "Not fine":
inp3 = input("Why?\n")
else:
sys.exit("hmmm")
if inp3 == str:
print("Lmao")
else:
print('wut?')
if inp2 == str:
print('Noice')