En Python, on doit pouvoir le faire aussi mais je n'ai pas essayé).
It should also be possible to do this in Python but I haven't tried).
En Python, tout ce processus, peut être exécuté de manière transparente dans l'interpréteur Python.
That whole process, in Python, can be done transparently inside the Python interpreter.
Sous le rabat se trouve une poche en python véritable.
Under the flap, you can find a real python-skin pocket.
En Python, le paramètre effectif peut être une liste ou un dictionnaire.
In Python, the actual parameter can be a list or a dictionary.
En Python, l'opérateur d'affectation est simple et facile à comprendre.
In Python, the assignment operator is straightforward and easy to understand.
En Python, déclarer une variable chaîne est simple et rapide.
In Python, declaring a string variable is straightforward and quick.
En Python, vous pouvez utiliser les méthodes suivantes pour instancier une structure.
In Python, you can use the following ways to instantiate a struct.
En Python, une boucle imbriquée peut être créée en utilisant deux instructions for.
In Python, a nested loop can be created using two for statements.
En Python, recherchez les indentations plutôt que les accolades pour définir les blocs de code.
In Python, look for indentations instead of curlies to define code blocks.
En Python, l'absence de typage fort peut entraîner un comportement inattendu dans les programmes.
In Python, the absence of strong typing can lead to unexpected behavior in programs.
En Python, le découpage est un moyen efficace d'obtenir facilement une sous-chaîne.
In Python, slicing is an effective way to obtain a substring easily.
En Python, les arguments peuvent être passés en utilisant l'approche du passage par valeur.
In Python, arguments can be passed using the pass by value approach.
En Python, 'def' est un mot clé utilisé pour définir des fonctions.
In Python, 'def' is a reserved word used to define functions.