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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started