What's Your Name?

  • + 0 comments

    def print_full_name(first, last): # Write your code print(('Hello {} {}! You just delved into python.').format(first, last))