-
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 1 commit
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 |
---|---|---|
|
@@ -1002,14 +1002,16 @@ Una vez creado, el valor no se puede cambiar. | |
>>> 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 |
||
>>> El mensaje anterior 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. Los
Luego: El mensaje de error mencionado anteriormente, traducido al español es el siguiente:
Todo eso tiene que ir seguido porque estamos en el interpretador / consola Python donde se ejecuta una sentencia y el interpretador responde con el error y luego tiene el |
||
|
||
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, en <modulo> | ||
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