input = 11 real = 11 if real == input: print("Hello!") else: print("Who are you?")