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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!