HTMLify

what's_your_name.py
Views: 148 | Author: djdj
def print_full_name(first_name,last_name):
    print("Hello",first_name,last_name,end='! You just delved into python.')

Comments