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”)
hi,
what’s wrong with my code?
ist = (secretA or secretB) and (secretB or secretC)
hero.moveXY(26, 36)
hero.say(“ist”)
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?
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 
omg thank you so much harry