x=input("Enter your forename: ") z=input("Enter your surname: ") print("Nice to meet you", x, z)