What's Your Name?

  • + 0 comments

    def print_full_name(first, last):

    print(f"Hello {first} {last}! You just delved into python.")