Question: PYTHON PROGRAMMING ONLY Write list function that carries out the following task for a list of integers. Please attach a picture of your source code
PYTHON PROGRAMMING ONLY
Write list function that carries out the following task for a list of integers.
Please attach a picture of your source code and its proper run after compilation for the following questions.
Thanks

Write a function named shuffle that given a list returns a random shuffled of the list. For example, if the original list is [1, 2, 3, 4, 5], after calling shuffle(list), the list can be shuffled as [5, 2, 1, 3, 4]. Do NOT use shuffle function of random package
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
