You are viewing a single comment's thread. Return to all comments →
def print_full_name(first_name,last_name): # Write your code here val=f"Hello {first_name} {last_name}! You just delved into python." print(val)
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 →
def print_full_name(first_name,last_name): # Write your code here val=f"Hello {first_name} {last_name}! You just delved into python." print(val)