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