python3 user input "yes no" code example
Example: ask a question on python
Question = input("your question")
if Question == ("yes")
print ("well done")
elif Question == ("no")
print ("try again")
Question = input("your question")
if Question == ("yes")
print ("well done")
elif Question == ("no")
print ("try again")