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

Conteúdo do Curso

Python Data Types

Python Data Types

1. Numeric Types
2. Boolean Type
3. Strings

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:",

Clique ou arraste solte itens e preencha os espaços

Tudo estava claro?

Seção 2. Capítulo 6
We're sorry to hear that something went wrong. What happened?
some-alt