Question: solution required in python 2. [10 points) Write a function that takes two integers, a and b, and a list as input and swaps the

 solution required in python 2. [10 points) Write a function that

solution required in python

2. [10 points) Write a function that takes two integers, a and b, and a list as input and swaps the elements of the list at indices indicated by a and b. If the either of the indices is not valid for the given list then it should print the error message: "invalid indices!. def swapList(a, b, lst)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!