n1 = input("WHAT IS YOUR FORENAME ") n2 = input("WHAT IS YOUR SURNAME ") print("Nice to meet you", n1, n2)