Question: The Python list already has several functions available to modify the lists. Type all of these statements into the Python shell, and then report on

The Python list already has several functions available to modify the lists. Type all of these statements into the Python shell, and then report on what you notice about the return values mylist-[1,3,6,8,2,4,2,5,7,2,3] print (mylist.insert (2,5)) print(mylist.remove(7)) print(mylist.sort)) print(mylist.reverse())
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
