text1 = input("enter your forname: ") text2 = input("enter your surname: ") print("nice to meet you", text1, text2)