Question: Build a Python program that uses a list of 18 students, shuffles the list 5000 times and then displays the list of shuffled students. Hints:

Build a Python program that uses a list of 18 students, shuffles the list 5000 times and then displays the list of shuffled students. Hints: Use the Python.org site to research built-in random and list functions you can use to help solve this problem. You must code your solution using both a main() function and one named shuffleStudents(). When you output each of the individual students, number them starting at 1. Here's a list of the students in our class to get you started: students = ["Jason","Josh","Kalina","Patrick","Sam","Rachel","Quinn H.","Brandon","Robin","Jeremy","Wayne","Connor","Chris","Fred","Jacob","McGuire","Quinn C.","Drake","Eugene"]

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!