Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge 3 | Boolean Type
Python Data Types

book
Challenge 3

question-icon

Fill in the gaps to make sentences correct, put correct variables to the gaps.

a = (10 > 10.05) or ( -10 > -10.05)
b = (False and (not False))

print("This statement will be True:",
_ _ _
)
print("This statement will be False:",
_ _ _

Click or drag`n`drop items and fill in the blanks

dots
a
dots
b

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 6
some-alt