print("Enter your name:") x = input() # waiting for input print("Hello, " + x) print('Ah hello, and who else is there?') y = input() print('Ah hello: ' + y)