Question: python OBJECTIVES: 1. To understand list data type ii. To use some built-in list methods 1. Write a Python program (with comments) to do the
OBJECTIVES: 1. To understand list data type ii. To use some built-in list methods 1. Write a Python program (with comments) to do the following a. Define a list listi - Il'Rose', 'Daisy"), 7.0,5.5, 1, 22, 2.45, 3, 6, 5.8|] and print it. b. Print the first string in the first item of list and the number of characters in this string with a suitable message. c. Print all the clements of listl, except the first and last elements. d. Print the sum of all the elements in the last item of list with a suitable message. c. Insert the list l'apple", "pear', 'grape") into position 3 in list and print the updated value of list with a suitable message
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
