Challenge: The Not Statement
Task
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
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 5