On the basis of List learning write and give the output of the followings programs
Write a Python program to get a list of 11 heterogeneous type elements, sort it in increasing order, apply repetitive operator on 1st 3 elements, calculate length of next 5 elements and print remaining elements as it is.Write a Python program to get a list, sorted in increasing order by the last element.
Note:- Write and develop code in your IDE.
1 Answer