first = input("Enter your forename: ") surname = input("Enter your surname: ") print("Nice to meet you", first, surname) # working