Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende ¿Mutable o Inmutable? | Familiarizándonos con los Números en Python
Tipos de Datos en Python
course content

Contenido del Curso

Tipos de Datos en Python

Tipos de Datos en Python

1. Familiarizándonos con los Números en Python
2. ¿Verdadero o Falso?
3. Strings
4. Reuniendo Todos los Temas

book
¿Mutable o Inmutable?

Los tipos de datos inmutables, como su nombre indica, no pueden modificarse una vez creados.
Por el contrario, los tipos de datos mutables son objetos que pueden modificarse una vez creados.

Immutable data types cannot be changed once they're created. In contrast, mutable data types can be altered after their creation.

To conclude, int and float are examples of immutable data types in Python. Reassigning a variable of these types does not alter their immutability.

Tarea
test

Swipe to begin your solution

Imagine you are managing a budget for a small project. Initially, your available budget is set to $100. However, you receive an additional funding of $50. Update the value of the project_budget variable to reflect the total available budget.

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

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 2
toggle bottom row

book
¿Mutable o Inmutable?

Los tipos de datos inmutables, como su nombre indica, no pueden modificarse una vez creados.
Por el contrario, los tipos de datos mutables son objetos que pueden modificarse una vez creados.

Immutable data types cannot be changed once they're created. In contrast, mutable data types can be altered after their creation.

To conclude, int and float are examples of immutable data types in Python. Reassigning a variable of these types does not alter their immutability.

Tarea
test

Swipe to begin your solution

Imagine you are managing a budget for a small project. Initially, your available budget is set to $100. However, you receive an additional funding of $50. Update the value of the project_budget variable to reflect the total available budget.

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

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 2
Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
We're sorry to hear that something went wrong. What happened?
some-alt