Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In python Write a function called initials, which receives as parameters three strings, names, father's last name and mother's last name. This function returns a

In python Write a function called initials, which receives as parameters three strings, names, father's last name and mother's last name. This function returns a string of 3 characters formed by the initials of the name in uppercase, regardless of whether or not the input was in uppercase. Only take the first letter of the name, even if they have two names.

example

1 Brbara Gabriela Garza Villarreal 

output

BGV 

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

Data And Information Quality Dimensions, Principles And Techniques

Authors: Carlo Batini, Monica Scannapieco

1st Edition

3319241060, 9783319241067

More Books

Students also viewed these Databases questions