First = input("what is your name?") Last = input("what is your surame?") print("Nice to meet you,", First , Last)