name = input("what is your first name ") sirname = input("what is your last name ") print() print( "hello, nice to meet you", name,sirname )