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