Contenido del Curso
Tipos de Datos en Python
Tipos de Datos en Python
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.
Solución
¡Gracias por tus comentarios!
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.
Solución
¡Gracias por tus comentarios!