userInput = "Hi"
if userInput in ['hi', 'HI', 'Hi']:
    print("Hello")
else:
    print("send nudes")