# Says hello to someone name = input("Name: ") print("hello,", name)