Logical conclusion help with booleans plz

hi,
what’s wrong with my code?

Say “TRUE” to Istvan if A OR B is true, AND if B OR C is true. Otherwise, say “FALSE.”

ist = (secretA or secretB) and (secretB or secretC)
hero.moveXY(26, 36)
hero.say(“ist”)

1 Like

Do you want to say “ist” or are you looking to say what is stored in the variable ist?

In other words, what is the difference between "ist" and ist?

1 Like

OMG Harry!
thank you so much!
I was breaking my balls(which I don’t actually have) rewriting the booleans itself.
You saved my level :slight_smile:

1 Like

omg thank you so much harry