User Tools

Site Tools


informatique:python

This is an old revision of the document!


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.1262876214.txt.gz · Last modified: 2013/10/14 20:55 (external edit)