I need it to output true for input(superstars, pinapple/other flavor) can someone tell me why it says false? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I need it to output true for input(superstars, pinapple/other flavor) can someone tell me why it says false?

https://code.sololearn.com/cOOTCtoP1l9G/?ref=app

4th Apr 2020, 7:23 PM
עומר גניש
2 Answers
0
Try to use "OR" instead of "AND". We have to remember that: True and False = False True or False = True 👍
4th Apr 2020, 7:46 PM
Evandro Mourão
Evandro Mourão - avatar
+ 1
You need check in tuple in which values are print (enter_your_order in ice_cream_flavors )
4th Apr 2020, 7:41 PM
Jayakrishna 🇮🇳