Examples with "Python tell" and their translation in Spanish
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Some of the lines of Python tell Python that you want it to remember some value for later.
Algunas de las líneas de Python le indican que lo que queremos es recordar cierto valor para más tarde.
We will even let Python tell us the list of characters that it considers "punctuation"
Incluso dejaremos que sea el propio Python quien nos diga la lista de caracteres que él considera "signos de puntuación"
Other results
Python will tell us that it doesn't know what hello is.
Problem is, we didn't tell Python that.
Python is helpful and tells you that the key 'age' doesn't exist in this dictionary.
Python te ayuda y te dice que la llave 'age' no existe en este diccionario.
To execute the script, you have to tell the Python interpreter the name of the file.
Para ejecutar un script, tienes que indicarle al intérprete de Python el nombre del archivo.
Set a PYTHONPATH to tell Python to look for packages there
Decirle a Python que realice la búsqueda de esos paquetes
To tell Python you want to specify reverse without changing anything about key, you can use =
Para decirle a Python que quieres especificar reverse sin tener que cambiar key, puedes hacer uso de =
The: is for slicing; in this example, it tells Python to include all rows.
El: es utilizado para seleccionar; en este ejemplo, le dice a Python que selecciona todas las filas.
If you want to have fun and tell Monty Python jokes, you want a more laid back club.
Si quieres divertirte y contar los chistes más graciosos del mundo, busca un club más relajado.
The Python function mktime tells us how many seconds a datetime is from the epoch.
La función de Python mktime nos indica cuántos segundos tiene una fecha y hora desde un punto de referencia (epoch).
We call the Python interpreter and tell it to read its source code from the file "hello.py" instead of prompting us for lines of Python code interactively.
Estamos llamando al intérprete de Pyhton e indicándole que lea el código fuente del archivo "hello.py", en vez de ir escribiendo nosotros las líneas de código Python de forma interactiva.
That just tells Python that there's a chunk of code (a block) coming up.
Esta convención le indica a Python que a la instrucción le sigue una porción de código (un bloque).