the 1st python function that prints the following statement using a function call:The user's name and the user's title you want to get the first and last name and combine it with the user's title of Mr. Ms. Miss or Dr.
Using dot operational functions for strings forces the user's input to be in all capitals. (Whatever the user types in will automatically print out as capital based on you creating this. operation for strings.
a 2nd python function that prints the following statement using a function call:
In this function, you will collect the user's address.The address will include the street name, the house address, the city, state, and the ZIP Code.
the 3rd python function that prints the following statement using a function call:
In this function you will include:by user's birthday including the month day and year as individual variables. Combining them into the oh and returning that value to be printed.
the 4th python function that prints the following statement using a function call:
In this function, you will call the other three functions to present the user's bio.
the 1st python function that prints the following statement using a function call:The user's name and the user's title
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am