A third way of starting the interpreter is "python -c command [arg] ...", which executes the statement(s) in command, analogous to the shell's -c option. Since
Python statements often contain spaces or other characters that are special to the shell, it is best to quote command in its entirety with double quotes.
[^] # Re: Puisqu'on parle de perl...
Posté par Ronan BARZIC . En réponse à la dépêche Sortie de Python 2.0. Évalué à 1.
A third way of starting the interpreter is "python -c command [arg] ...", which executes the statement(s) in command, analogous to the shell's -c option. Since
Python statements often contain spaces or other characters that are special to the shell, it is best to quote command in its entirety with double quotes.
Donc c'est possible