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

Scorri per mostrare il 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
Compito

Swipe to start coding

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

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 2. Capitolo 3
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?

Chieda ad AI

expand
ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

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
Compito

Swipe to start coding

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

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 2. Capitolo 3
Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt