Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

solve in simple python STEP 1: Write a value returning function intials with a parameter representing a name which generates and returns all initials of

image text in transcribedsolve in simple python
STEP 1: Write a value returning function intials with a parameter representing a name which generates and returns all initials of the name. Example: If the name is Anna Marie Quinn, the function returns A.M.Q. STEP 2: Write a program which is using the created function and prompts a user to enter a full name. The program displays initials of the name. The user can enter names repeatedly, by entering "$" ends the program. Use a function main () to organize and to call created function appropriately. Example of the output: This program displays initials of the entered name. To end the program enter $ for the name. Enter a name: Pual Great The initials are: Enter a name: Anna Marie Brown The initials are: A.M.B. Enter a name: Marian Rosen The initials are: M.R. Enter a name: $ P.G

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL Crash Course A Hands On Introduction To Database Development

Authors: Rick Silva

1st Edition

1718503008, 978-1718503007

More Books

Students also viewed these Databases questions

Question

Question What is a Roth 401(k) feature?

Answered: 1 week ago