Table of Contents
Justification
print('Salut'.rjust(10))
print('Salut'.rjust(20))
print('Salut le monde'.rjust(20))
print('Salut'.ljust(10))
print('Salut'.rjust(20, '*'))
print('Salut'.ljust(20, '-'))
print('Salut'.center(20))
print('Salut'.center(20, '='))
Retrait des espaces
test = ' Salut le monde '
print(test)
print(test.strip())
print(test.lstrip())
print(test.rstrip())
Presse-papier python
import pyperclip
pyperclip.copy('Salut le monde !')
print(pyperclip.paste())
print(pyperclip.paste())
Bilan
Nous avons vu dans ce cours :
- Comment justifier le texte
- Comment retirer des espaces
- Comment utiliser le presse-papier
Pour aller plus loin
- La vidéo sur YouTube : https://youtu.be/uSf0BHnNZJs
- La version HTML sur GitHub : https://emacsfreeman.github.io/ccp/ccp-13-strings-2.html
- La formation pour apprendre à coder une blockchain avec Python :
ACBP - La formation pour découvrir les technologies blockchain : CDBSSR
- La formation pour devenir full stack developer : FSD
- Le pack avec un paiement en 10 fois :
https://glmp.systeme.io/pack-3-formations-10-fois