You are viewing a single comment's thread. Return to all comments →
def print_full_name(first, last): # Write your code here print("Hello" + " " +first + " " +last+"! You just delved into python.") if __name__ == '__main__':
Seems like cookies are disabled on this browser, please enable them to open this website
What's Your Name?
You are viewing a single comment's thread. Return to all comments →