subject

The function below takes one parameter: a string (full_name) consisting of words separated by whitespace. make an acronym from the words by making a new word by selecting the first letter of each word, and then capitalizing the new word. for example, if given the string 'international business machines', your function would return 'ibm'.

to implement this, split the given string to get a list of strings (one string per word). iterate through the words, building a string from the first letters of each word. then convert the result to upper case letters using the upper() function.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:00
What must you do before formatting a paragraph?
Answers: 1
question
Computers and Technology, 22.06.2019 00:20
The pyraminx is a rubik's cube-type toy in the shape of a tetrahedron (not a pyramid). the pyraminx shown below has edges 15\,\text{cm}15cm15, space, c, m long and vertical height h=12.2\,\text{cm}h=12.2cmh, equals, 12, point, 2, space, c, m. the triangle drawn with dashed lines is a right triangle. what is the distance rrr? round your answer to the nearest tenth.
Answers: 1
question
Computers and Technology, 22.06.2019 20:40
Write a program that begins by reading in a series of positive integers on a single line of input and then computes and prints the product of those integers. integers are accepted and multiplied until the user enters an integer less than 1. this final number is not part of the product. then, the program prints the product. if the first entered number is negative or 0, the program must print “bad input.” and terminate immediately. next, the program determines and prints the prime factorization of the product, listing the factors in increasing order. if a prime number is not a factor of the product, then it
Answers: 2
question
Computers and Technology, 23.06.2019 01:30
For a typical middle-income family, what is the estimated cost of raising a child to the age of 18? $145,500 $245,340 $304,340 $455,500
Answers: 2
You know the right answer?
The function below takes one parameter: a string (full_name) consisting of words separated by white...
Questions
question
Mathematics, 30.09.2021 21:20
question
Mathematics, 30.09.2021 21:20
question
History, 30.09.2021 21:20
question
Mathematics, 30.09.2021 21:20
question
History, 30.09.2021 21:20
Questions on the website: 13722363