xxxxxxxxxx
Question = input("your question")
if Question == ("yes")
print ("well done")
elif Question == ("no")
print ("try again")
xxxxxxxxxx
variable = input('How are you doing?')
#for a number response
variable1 = int(input('How old are you?'))
xxxxxxxxxx
Question = input ("how are you?")
if Question == ("good")
print ("good to hear that")
elif Question == ("not good")
print ("my well wishes get well soon")