Question: In Python , how to treat yes as yes. For example, I have option = input(Do you want to play again?(y/n)), and the user
In Python, how to treat " yes" as "yes". For example, I have option = input("Do you want to play again?(y/n)"), and the user is supposed to input "yes" or "no". Here, how should I treat the input " yes" with much whitespace also as "yes"?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
