El fragmento de código anterior, por ejemplo, declara tres matrices mutables.
The above code snippet, for example, declares three mutable arrays.
Debes tener cuidado al usar una copia superficial con objetos mutables.
You should be careful when using a shallow copy with mutable objects.
Pero precisamente lo definimos como la duración de las cosas mutables.
More precisely, we define it as the duration of changeable things.
Las leyes humanas son intrínsecamente imperfectas, y por ese motivo, mutables, tanto en el tiempo como en el espacio.
Human laws are intrinsically imperfect, therefore changeable both in time and space.
Hoy podemos encontrar en el cosmos a seis planetas en signos mutables.
Today, we can find in the cosmos six planets in mutable signs.
Detectar cambios en objetos mutables es difícil porque son modificados directamente.
Detecting changes in mutable objects is difficult because they are modified directly.
Una copia profunda es esencial cuando se trabaja con objetos mutables en programación.
A deep copy is essential when working with mutable objects in programming.
Todos los datos deben tener versiones mutables e inmutables, debes implementar ambas.
All data must have mutable and immutable versions, you must implement both.
Las listas son mutables porque los elementos se pueden cambiar o reordenar.
Lists are mutable because items can be changed or reordered.
Programación imperativa es realmente acerca de cómo modificar variables mutables usando asignaciones.
Imperative programming is really about modifying mutable variables using assignments.
La palabra clave var indica que los diccionarios son mutables.
The var keyword indicates that the dictionaries are mutable.
Tenga en cuenta que las colecciones inmutables pueden contener elementos mutables.
Note that immutable collections may contain mutable items.
En otras palabras, las cadenas son inmutables y las listas son mutables.
In other words, strings are immutable and lists are mutable.