Recommended Studying (quiz_2_additional Practice.py)
Question 1
Goal: Write the function gather_names_2 with the int variable max_names. gather_names will ask people for their name, and then add that names onto a list until someone types in “quit” or the list has a number of people equal the max_names. You will return that list of names
You will then call gather_names, and then randomely chose a single name in that list.
print the phrase “<Randomly Chosen Name>, you have won a prize”
The Following topics question also might be useful to brush up on
If you have any questions feel free to email me jwidjanarko@ayclogic.com