Start with the list 8,9,10 do the following. Set the second entry index 1 to 17
Answers
Answered by
1
Answer:
Hi
The answer is:
Start with the list(8,9,10). do the following using list functions:
(a) set the second entry(index 1) to 17
(b) add 4,5 and 6 to the end of the list
(c) remove the first entry from the list (d) sort the list
(e) double the list (f) insert 25 at index 3
Similar questions