What's Your Name?

  • + 1 comment

    def print_full_name(first, last):

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