Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Keywords: and, or, not | Boolean Type
Python Data Types

Deslize para mostrar o menu

book
Keywords: and, or, not

There are some keywords for Boolean variables: and, or, not. They exist to create more complex expressions. Next we will see how it works with examples.

  • and. If value x = True and value y = True then x and y is equal to True. If either of those is False, then expression becomes False too.

  • or. If x = True or y = True then the expression x or y is equal to True (or both values = True).

  • not If value x is False then the expression, not x evaluates to True . Otherwise, the expression evaluates to False.

python
python
python
Tarefa

Swipe to start coding

You must fill in the blanks so that the values ​​of all expressions satisfy the conditions specified in the comments.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 3

Pergunte à IA

expand
ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

book
Keywords: and, or, not

There are some keywords for Boolean variables: and, or, not. They exist to create more complex expressions. Next we will see how it works with examples.

  • and. If value x = True and value y = True then x and y is equal to True. If either of those is False, then expression becomes False too.

  • or. If x = True or y = True then the expression x or y is equal to True (or both values = True).

  • not If value x is False then the expression, not x evaluates to True . Otherwise, the expression evaluates to False.

python
python
python
Tarefa

Swipe to start coding

You must fill in the blanks so that the values ​​of all expressions satisfy the conditions specified in the comments.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 3
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Sentimos muito que algo saiu errado. O que aconteceu?
some-alt