Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database 19c DBA By Examples Installation And Administration

Authors: Ravinder Gupta

1st Edition

B09FC7TQJ6, 979-8469226970

More Books

Students also viewed these Databases questions