firstname = input("Enter First Name: ") secondname = input("Enter Second Name: ") print ("Nice to meet you",firstname,secondname)