Question: In python 3 2) Create a list and name it my_list, enter into it the values of 11 to 110 and do the following 1.
In python 3

2) Create a list and name it my_list, enter into it the values of "11" to "110" and do the following 1. Print my_list 2. print the length of the list 3. Print the first five elements, using slicing. 4. Print the last element. 5. Combine the 3rd and 10th element together separated by dash
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
