Challenge: The Not Statement
Swipe to start coding
Sometimes in accounting, we need to check if something is not true β for example, if a report was not approved or not rejected. Let's practice that!
Replace ___ with either True or False so that:
-
The variable
report_is_incorrectequalsFalseβ this means either the report was not rejected, or some other check passed. -
The variable
report_is_readyequalsTrueβ this means the report was approved and not flagged as invalid.
Solution
Thanks for your feedback!
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Can you explain this in more detail?
What are the next steps I should take?
Can you give me an example?
Awesome!
Completion rate improved to 3.03
Challenge: The Not Statement
Swipe to show menu
Swipe to start coding
Sometimes in accounting, we need to check if something is not true β for example, if a report was not approved or not rejected. Let's practice that!
Replace ___ with either True or False so that:
-
The variable
report_is_incorrectequalsFalseβ this means either the report was not rejected, or some other check passed. -
The variable
report_is_readyequalsTrueβ this means the report was approved and not flagged as invalid.
Solution
Thanks for your feedback!
single