Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this assignment, you will utilize the Built-in Python function random to import the random.choice() and random.shuffle() functions for use in your script. Both functions
In this assignment, you will utilize the Built-in Python function random to import the random.choice() and random.shuffle() functions for use in your script. Both functions MUST be used in Part 2. Write a script that will select a random value from two separate lists and print a "Code Name" to the screen each time it is run. Each list should have a minimum of Ten (10) words for the script to use to create the code name. Utilize a LOOP in your script so that once executed, the script will return 5 Code Names to the screen.
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