Examples with "de Python Print" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Usaremos incorporados de Python Print función para mostrar mensajes al usuario.
We'll use Python's built-in function Print to display messages to the user.
Puede depurar las funciones que cree con la función estándar de Python print().
You can debug the functions you create by using the standard print() function from Python.
Andere resultaten
De hecho se puede imprimir cualquier objeto de Python con el comando print.
In fact you can print any Python object with the print command.
Un cambio en el comando print «hola» de Python 2.x frente a print(«Hola») de Python 3.x da una idea de dicha incompatibilidad.
A change in the print statement print "hola" from Python 2.x is noew print("Hola") in Python 3.x. as a matter of fact, there is some incompatibilities.
Puede usar la función de print Python 3 en Python 2 con la siguiente declaración de import
You can use the Python 3 print function in Python 2 with the following import statement
Como es una función incorporada en Python, tal como print, no tenemos necesidad de usar un import.
Because it is a built-in function like print, there is no need for an import.
De esta forma podemos escribir cualquier expresión válida en Python después del comando print Más adelante hablaramos un poco mas acerca de lo que son las expresiones en Python.
And then after the print we can have any expression we want that is valid Python, and we'll talk more about what expressions are in Python.
En Python 3, "print" se convirtió en una función, así que tienes que teclear "print()", con lo que quieras que se muestre entre los paréntesis.
In Python 3, "print" has become a function, so you will need to type "print()", with what you want displayed inside the parentheses.
En la consola de Python, todo era del mismo color, pero ahora puedes ver que la función print es de un color diferente del string que está adentro de ella.
In the Python console, everything was the same color; now you should see that the print function is a different color from the string.
"Print" es una de las funciones básicas de Python y se usa para mostrar la información en la terminal durante un programa.
Advertisement Part Four and is used to display information in the terminal during a program.
Otra forma más genérica de exploración del contenido de los módulos y las clases de Python es usar el comando print dir().
Another more generic Python way of exploring the content of modules and classes is to use the 'print dir()' command.
Esto puede comprobarse si tipeas print range(1,13) en la línea de comando de Python y te fijás qué aparece en la pantalla.
You can prove that by typing print range(1,13) at the python prompt and seeing what gets printed.
"Print" es una de las funciones básicas de Python y se usa para mostrar la información en la terminal durante un programa.
"Print" is one of the basic functions of Python, and is used to display information in the terminal during a program.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.