Posez une question sur Python
Question = input("your question")
if Question == ("yes")
print ("well done")
elif Question == ("no")
print ("try again")
Long Lion
Question = input("your question")
if Question == ("yes")
print ("well done")
elif Question == ("no")
print ("try again")
if Question == ("yes")
print ("well done")
elif Question == ("no")
print ("try again")