first = input("First name: ") last = input("Last name: ") print("Nice to meet you", first, last)