-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traducción 1.4.7 #52
Traducción 1.4.7 #52
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -999,11 +999,21 @@ Las cadenas son "inmutables" o de solo lectura. | |
Una vez creado, el valor no se puede cambiar. | ||
|
||
```python | ||
>>> s = 'Hello World' | ||
>>> s = 'Hola Mundo' | ||
>>> s[1] = 'a' | ||
|
||
Traceback (most recent call last): | ||
File "<stdin>", line 1, in <module> | ||
TypeError: 'str' object does not support item assignment | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Borra esta linea |
||
>>> | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cierra el bloque de codigo con tres ` |
||
El mensaje de error mencionado anteriormente, traducido al español es el siguiente: | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Abre bloque de código con tres ` |
||
Revisa la sentencia más reciente: | ||
Archivo "<stdin>", línea 1, en <modulo> | ||
TipoDeError: 'str' La sentencia utilizada no es válida. | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Borra esta linea |
||
>>> | ||
``` | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Borra esta linea