Question: Write a function in python ABC() that prompts for a choice of A, B, or C and uses a while loop to keep prompting until
Write a function in python
ABC()
that prompts for a choice of A, B, or C and uses a while loop to keep prompting until it receives the string 'A', 'B', or 'C'. The function should then return the choice.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
