Examples with "tells Python" and their translation in Frans
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.
The indent tells Python that this command is inside the try command.
L'indentation indique à Python que cette commande est à l'intérieur de la commande try.
The -Wall flag tells Python to display deprecation warnings.
The statement global VarName tells Python that VarName is a global variable.
La déclaration VarName mondiale dit que Python VarName est une variable globale.
Andere resultaten
Python will tell us that it doesn't know what hello is.
Python vous dira qu'il ne sait pas ce qu'est hello.
If you want to have fun and tell Monty Python jokes, you want a more laid back club.
Si vous voulez vous amuser et raconter des blagues, vous devriez trouver un club plus détendu.
Tell us about a Python performance problem you've run into and how you solved it!
Décrivez un problème de performance que vous avez eu avec Python et comment vous l'avez résolu
The prompt at the end can be noted: this tells the user that Python is ready to receive new instructions.
On note la présence du prompt à la fin, indiquant que Python est prêt à recevoir de nouvelles instructions.
If you just write len() alone, Python will tell you it needs an argument.
Si vous écrivez simplement len(), Python vous dira qu'il a besoin d'un argument.
Now that we have PyCharm downloaded and installed, we need to configure it to tell it which Python interpreters we have installed on our system.
Maintenant que nous avons téléchargé et installé PyCharm, nous devons le configurer pour lui indiquer quels interpréteurs Python nous avons installés sur notre système.
This tells Reeborg (Python) that the function must be executed or called (which are two synonyms).
La présence des parenthèses indique à Reeborg (Python) que la fonction doit être exécutée.
Type python to tell your computer which language you're using, then indicate the path to your script (you also can drop your script directly in the window).
Tapez python pour indiquer à votre ordinateur le langage de votre script, puis indiquez le chemin d'accès de votre fichier (vous pouvez aussi glisser le fichier directement dans la fenêtre du Terminal ou de la Console).
Since we attempt to print its value before we assign it, Python tells us it, in its own way, that it cannot do this.
Comme on essaye d'afficher (print) sa valeur avant que celle-ci ne soit assignée (définie), Python nous informe, à sa manière, qu'il ne peut pas le faire.
Python itself can tell you what functionality is locally available.
Python peut vous informer des fonctionnalités effectivement disponibles.