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_incorrect
equalsFalse
β this means either the report was not rejected, or some other check passed. -
The variable
report_is_ready
equalsTrue
β 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
Awesome!
Completion rate improved to 3.03Awesome!
Completion rate improved to 3.03
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_incorrect
equalsFalse
β this means either the report was not rejected, or some other check passed. -
The variable
report_is_ready
equalsTrue
β this means the report was approved and not flagged as invalid.
Solution
Thanks for your feedback!
single
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_incorrect
equalsFalse
β this means either the report was not rejected, or some other check passed. -
The variable
report_is_ready
equalsTrue
β this means the report was approved and not flagged as invalid.
Solution
Thanks for your feedback!