NSI_Bertrand | ||
.gitignore | ||
LICENSE | ||
README.md | ||
setup.py |
Outils pour l'enseignement NSI
Installation
pip install --upgrade Bertrand_NSI
Fonctions de tri
>>> from Bertrand_NSI import tri
>>> tri.bulles([1, 23, 2, 4, 15])
[1, 2, 4, 15, 23]
NSI_Bertrand | ||
.gitignore | ||
LICENSE | ||
README.md | ||
setup.py |
Installation
pip install --upgrade Bertrand_NSI
>>> from Bertrand_NSI import tri
>>> tri.bulles([1, 23, 2, 4, 15])
[1, 2, 4, 15, 23]