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