Question: Write a function called firstName that extracts and returns the first name from a full name. Assume the full name is in the form first
Write a function called firstName that extracts and returns the first name from a full name. Assume the full name is in the form
first middle (or middle initial) last
Write a Python program called function_activity.py that uses the function above. Your program must take the full name from the user and print the first name.
Sample Run
Enter a persons full name: Franklin Delano Roosevelt
First name: Franklin
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
