What's Your Name?

  • + 0 comments

    def print_full_name(first, last): # Write your code here print("Hello " + first + " " + last + "! You just delved into python." )

    if name == 'main':