Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Mutable or Immutable? | Conhecendo os números em Python
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
Mutable or Immutable?

It is necessary to understand that there are mutable and immutable data types. The first one can be changed after its creation, but the second one prohibits us from making any modifications.

Immutable data types, as the name implies, cannot be changed once they're made.
In contrast, mutable data types are objects that can be altered after they're created.

Tarefa
test

Swipe to begin your solution

Change the value of the variable var1 to be 150.

Once you've completed this task, click the button below the code to check your solution.

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 1. Capítulo 2
toggle bottom row

book
Mutable or Immutable?

It is necessary to understand that there are mutable and immutable data types. The first one can be changed after its creation, but the second one prohibits us from making any modifications.

Immutable data types, as the name implies, cannot be changed once they're made.
In contrast, mutable data types are objects that can be altered after they're created.

Tarefa
test

Swipe to begin your solution

Change the value of the variable var1 to be 150.

Once you've completed this task, click the button below the code to check your solution.

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 1. Capítulo 2
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