TASK 1
print ("Buyer : What do you offer?")
reply = input("Zoo keeper :")
animalOne = "cow"
animalTwo ="snail"
if reply == animalOne:
print ("I take it.")
elif reply== animalTwo:
print ("I hate those.")
else:
print ("Not interested.")
No comments:
Post a Comment