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 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
Get step-by-step solutions from verified subject matter experts
