Question: Write a function using python that takes in a list and returns that list reversed try to do this in place Write a function that

Write a function using python that takes in a list and returns that list reversed try to do this in place Write a function that will ask a user to input values to add to a list, when the user inputs "done" then stop asking the user to add values to the list. Then search for the smallest and largest number in that list in place, then when you are done finding them , switch their position. After, print the list before it changed then print the list after it changed. When you are done ask the user if they would like to repeat the process again, if yes then repeat the process if not, then don't.

Step by Step Solution

3.43 Rating (159 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Certainly Heres the Python code that accomplishes the tasks youve described def reverselistinplacels... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!