So get rid of the equals and true? just say
if secretA or secretB:
And that would work?
So get rid of the equals and true? just say
if secretA or secretB:
And that would work?
Tried that and got stuck on the last tree. a bug or actually part of the level?
To start with, is not a bug. Your problem is that you didn’t do what the comments tell you to do literally. By putting is True
or is False
everywhere you put the double equals sign. Other than that, you code is correct.
Elijah