Question: Create a random name generator for a new pet! Write a function that asks the user for 6 names that will be saved in a
Create a random name generator for a new pet! Write a function that asks the user for 6 names that will be saved in a list. Then, write another function that randomly choose one of those names from the list. Then, in the main() function, print the name that was chosen. You must use the random library to achieve this.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
