User Tools

Site Tools


informatique:python

search?q=programmation%20python&btnI=lucky

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 22:44 (external edit)