How do you get past Burls Beats Booleans? I can't figure it out

I can’t get past burls beats booleans and I NEED SOMEONE TO HELP ME!!! :cry:

Please post your code

It’s pretty simple: you have to say if the question is True or False. For example:

# Question: 1 == 2        # read: "Is 1 equal to 2?"
self.say(False)

It’s not that difficult, right? :wink:

I know I have been doing that, it just glitches so I say number 6 is false, then it says incorrect, then I say number 6 is true and it says incorrect???!!!

My code is

this.say("False");
this.say("True");
this.say("False");
this.say("True");
this.say("True");
this.say("True");
this.say("False");
this.say("True");
this.say("True");

Hello, spider_jockey, and welcome. Before you post again, read the FAQ and learn how to format your code. It is essential to your participation in the forum. I’ve done so for you this time, but do so yourself in the future.

Last I checked, there are only five questions. You have nine answers. Those don’t match up.