Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda And, Or, Not Operators | Verdadeiro ou falso?
Tipos de Dados em Python
course content

Conteúdo do Curso

Tipos de Dados em Python

Tipos de Dados em Python

1. Conhecendo os números em Python
2. Verdadeiro ou falso?
3. Strings
4. Reunindo todos os tópicos

book
And, Or, Not Operators

In real life, almost everyone expresses their thoughts using phrases like "Yes or No", "Definitely Not", "Yes, yes and yes!". Python language permits you to do almost the same, but it uses more formal phrases based on the statements and, or, and not.

X and Y can be any logical statement (True or False):

StatementSyntaxPurpose
andX and YReturns True only if X and Y are both True
orX or YReturns True in all cases, except if X and Y are both False
notnot XIf X is True, it changes it to False, and vice versa

Let's look at the table below to understand the logic of each operator:

XYX or YX and Ynot X
TrueTrueTrueTrueFalse
TrueFalseTrueFalseFalse
FalseTrueTrueFalseTrue
FalseFalseFalseFalseTrue
Tarefa
test

Swipe to begin your solution

It's time for some tricky tasks!

Here, you should replace___ with a True or False statement to make:

  1. The statement1 variable equal to True.
  2. The statement2 variable equal to False.

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
toggle bottom row

book
And, Or, Not Operators

In real life, almost everyone expresses their thoughts using phrases like "Yes or No", "Definitely Not", "Yes, yes and yes!". Python language permits you to do almost the same, but it uses more formal phrases based on the statements and, or, and not.

X and Y can be any logical statement (True or False):

StatementSyntaxPurpose
andX and YReturns True only if X and Y are both True
orX or YReturns True in all cases, except if X and Y are both False
notnot XIf X is True, it changes it to False, and vice versa

Let's look at the table below to understand the logic of each operator:

XYX or YX and Ynot X
TrueTrueTrueTrueFalse
TrueFalseTrueFalseFalse
FalseTrueTrueFalseTrue
FalseFalseFalseFalseTrue
Tarefa
test

Swipe to begin your solution

It's time for some tricky tasks!

Here, you should replace___ with a True or False statement to make:

  1. The statement1 variable equal to True.
  2. The statement2 variable equal to False.

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
We're sorry to hear that something went wrong. What happened?
some-alt