Write a python program that asks the user for a choice of 'a', 'b', or 'c' and keeps asking until they respond with one
Posted: Tue Jul 12, 2022 8:22 am
Write a python program that asks the user for a choice of'a', 'b', or 'c' and keeps asking until they respond with oneof these. And write another python program that asks the userfor a choice 'a', 'b', or 'c', and prints 'able' for 'a','baker' for 'b' and 'charlie' for 'c'.>>> letter: a'able'