how to code a yes or no question and at the end it say a % of what u got right python code example
Example: how to code a yes or no question in python v3.8
if Question == ("yes")
print ("well done")
elif Question == ("no")
print ("try again")
if Question == ("yes")
print ("well done")
elif Question == ("no")
print ("try again")