Write a python program that asks the user for a choice of 'a', 'b', or 'c' and keeps asking until they respond with one
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a python program that asks the user for a choice of 'a', 'b', or 'c' and keeps asking until they respond with one
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'