Build a Salary Tracker Step 31

what exactly is the problem here?

you have already created the getter for level, right?

Yes, Here :

Since you already have a getter, why are you writing self._level?

Because I already tried using self.level and it didn’t work as well.
Here:

Try that using only one if statement.

I tried it too, same thing:

still can’t find what the problem is

Yes. I’m sorry. The test for this step is not flexible.

Try flipping the equality condition in your if statement.


In the future, when you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Thanks, It worked when I flipped the equality.

I’m curious how you figured it out.
and more curious why this test is so frustratingly picky like this. :expressionless_face:

BTW, I tried the help button, but then I didn’t find any related topics to my question, and when I tried make a help post it only allowed me 50 characters, and didn’t allow pasting the screenshot that I added here, that’s why I created a topic here to get a solution.

Again, Thanks a lot. :heart:

50 characters? that sounds like the topic title. If you use the help button you get a forum post already started with your code, and the questions you put in the text input, which requires a minimum amount of characters, you don’t need to include your code here, it will be added automatically to the forum post. Then you can update the premade forum post with screenshots if you need

Oh, I see now. Thank you for clarifying this.