Answered step by step
Verified Expert Solution
Question
1 Approved Answer
For python, what can I do if I want to show my input function(yes/no) again and again until it received 'no' which make it to
For python, what can I do if I want to show my input function(yes/no) again and again until it received 'no' which make it to do something else. There are some conditions below the input function, they need to be run each time when the input fuction receive 'yes' ?
Output:What would you like to do? (yes/no): yes
some conditions...
What would you like to do? (yes/no): no
return something
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started