Write a program to create a list
L=[‘a’, ‘c’, 12, 34,45,67]
Use the following funtction:
a. Len()
b. Append()
L=[3,4]
c. Pop()
d. Remove()
e. Clear()
f. Count()
g. Reverse()
h. Sort()
i. Min()
j. Max()
k. Sum()
l. Del[1:3]
Answers
Answered by
0
Answer:
2
Explanation:
l hope you like my answer
Similar questions