Question: (+25) Using the list defined as a below, write a Python program that will Display the longest name (done #12 below ) Display the shortest



(+25) Using the list defined as a below, write a Python program that will Display the longest name (done #12 below ) Display the shortest name Display the number of names in the list NOTE: your answer should be 11 but do NOT use the constant 11 in your output; code the size of the list Display a string that consists of the first letter from each of 11 names in the list a See 9 in the output and consider using the +operator Must use a loop Display a string that consists of the last letter from each of 11 names in the list a See 10 in the output Must use a loop Ask the user for a letter. Display the number of times the letter appears in the list See the count function from the prior labs 1. 2. 3. 4. 5. 6. m in the i houdbe Archimedes last name is Turing Sort the list in reverse order and display the list i.e. the first name should be Turing and the last Archimedes 8. 9. Display the number of vowels Vowels are 'A', 'a', 'E', 'e', T', ', 'O', 'o', 'U', 'u
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
