Given L = [1,2,3,4,5]
(i) Identify data type of L
(ii) Write command to add element 6 at the end of L.
(iii) To change element 3 to 9 in L
Answers
Answered by
0
Answer:
1st data type is List
2nd command list.add(6)
Similar questions