f=input("What is your forename:") s=input("What is your surname:") print("Nice to meet you",f ,s)