+ 1
I need it to output true for input(superstars, pinapple/other flavor) can someone tell me why it says false?
2 ответов
0
Try to use "OR" instead of "AND".
We have to remember that:
True and False = False
True or False = True 👍
+ 1
You need check in tuple in which values are
print (enter_your_order in ice_cream_flavors )