Contenido del Curso
Tipos de Datos en Python
Tipos de Datos en Python
1. Familiarizándonos con los Números en Python
Challenge: Boosting Logical Skills
Tarea
Swipe to start coding
As an accountant, you often deal with multiple checks. Your task is to pick the correct logical operator (and
or or
) to reflect the situation properly.
Replace ___
with either and or or so that:
- The variable
report_needs_revision
equalsFalse
, meaning everything is fine if both conditions pass. - The variable
report_is_acceptable
equalsTrue
, meaning it passes even if at least one condition is met.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 4
Challenge: Boosting Logical Skills
Tarea
Swipe to start coding
As an accountant, you often deal with multiple checks. Your task is to pick the correct logical operator (and
or or
) to reflect the situation properly.
Replace ___
with either and or or so that:
- The variable
report_needs_revision
equalsFalse
, meaning everything is fine if both conditions pass. - The variable
report_is_acceptable
equalsTrue
, meaning it passes even if at least one condition is met.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 4