# Says hello to someone answer = input("What's your name? ") print("hello,", answer)