Vertaling van "Python sait" 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.
Dans ce cas, c'est un module intégré, et donc Python sait où le trouver.
In this case, it is one of the built-in modules, and hence Python knows where to find it.
Voyons maintenant comment elle fonctionne. Python sait que 10 et 20 sont des nombres entiers.
Look at how well it worked, Python knows that 10 and 20 are integer numbers.
qui est de savoir comment Python sait ce qui a Darko.
En plus des nombres, Python sait aussi manipuler des chaînes de caractères, qui peuvent être exprimées de différentes manières.
Besides numbers, Python can also manipulate strings, which can be expressed in several ways.
Python sait additionner deux entiers et remplace la somme de deux entiers par un seul: 4.
Python knows how to add integers, and it can replace this sum of two integers by a single one: 4.
Et la façon dont Python sait qu'il doit exécuter uniquement "print(c)" si "a" est plus petit que 0, c'est parce que print(c) est indenté (mis en bas a droite de l'expression if).
And the way that Python knew to only execute this line, if "a" was less than 0 is it's indented here.
De plus, Python sait comparer des objets datetime conscients, en prenant en compte les décalages UTC si nécessaire.
Furthermore, Python knows how to compare aware datetimes, taking into account UTC offsets when necessary.
Andere resultaten
Python ne sait pas nous avons trouvé le robinet.
En effet, python ne sait pas comment rendre une adresse lorsque vous essayez de l'imprimer.
This is because python does not know how to render an address when you try to print it.
Peux-tu parler au cobra - il déteste le python alors peut-être sait-il quelque chose.
I need you to talk to the cobra - he's opposite the python so maybe he knows what happened.
Par défaut, Python ne sait pas comment calculer le sinus et le cosinus, mais il peut le faire une fois que la bibliothèque adéquate a été importée.
By default, Python does not know how to calculate sine and cosine, but it can once the proper library has been imported.
Python vous dira qu'il ne sait pas ce qu'est hello.
Python will tell us that it doesn't know what hello is.
Django sait comment convertir ces valeurs Python dans le bon type de la base de données correspondante.
Django knows how to convert these Python values into their corresponding database type.