User Tools

Site Tools


informatique:python

programmation python

Python

Le python est un langage de programmation.

Divers

  • afficher 50 caractère à la suite (ici des tirets “-”) :
python -c 'print "-" * 50'
 --------------------------------------------------

équivalent à : printf “%50s\n”|tr ' ' -

informatique/python.txt · Last modified: 2013/10/14 20:44 by 127.0.0.1