What's Your Name?

  • + 0 comments
    def print_full_name(first, last):
        print ("Hello " + first + " " + last + "!" + " You just delved into python.")