Translation of "Python 2" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Luego descarga una versión actual de Python 2 desde el sitio web.
Then download a recent version of Python 2 from the web site.
Si usa Python 2, también puede escribir la siguiente línea.
If using Python 2, you may also type the line below.
Usted creó cadenas de bytes planas que son fáciles de hacer en Python 2
You created raw bytestrings, which is easy to do on Python 2
Este módulo contiene el tiempo de ejecución y los módulos de Python 2.
This module contains the Python 2 runtime and modules.
Instale el paquete python2-ipykernel para el soporte de Python 2.
Install the python2-ipykernel package for Python 2 support.
Para especificar que un guion tiene que usar Python 2, simplemente haz que
To specify that a script must use Python 2, simply add
A partir de este momento, el script debería ejecutarse usando Python 2.
The desired script should then run using Python 2.
Tenga en cuenta que los códigos Python 2 y 3 no son directamente intercambiables.
Note that Python 2 and 3 code are not directly interchangeable.
Conversión automatizada de código Python 2 a 3.
Automated Python 2 to 3 code conversion.
En Python 2, si utiliza la función de entrada
In Python 2, if you use the input function just like I used it
De lo contrario, considere contribuir con los esfuerzos de portabilidad o manténgase en Python 2.
If they don't, consider contributing to the porting efforts, or stick to Python 2.
De lo contrario, considera contribuir a los esfuerzos de portabilidad, o mantente en Python 2.
If they don't, consider contributing to the porting efforts, or stick to Python 2.
En Python 2, solo tienes que teclear "print" seguido de lo que quieras que aparezca.
In Python 2, you only needed to type "print" followed by what you wanted displayed.