name1 = input("What is the forename?") name2 = input("What is the surname?") print("Nice to meet you", name1, name2 )