Go to file
Bertrand Benjamin 547ca084e7 Feat: move tri 2021-06-09 15:02:33 +02:00
NSI_Bertrand Feat: move tri 2021-06-09 15:02:33 +02:00
.gitignore Initial commit 2020-04-28 07:09:02 +00:00
LICENSE Initial commit 2020-04-28 07:09:02 +00:00
README.md Feat: move tri 2021-06-09 15:02:33 +02:00
setup.py First commit 2020-04-28 09:09:30 +02:00

README.md

Outils pour l'enseignement NSI

Installation

pip install --upgrade Bertrand_NSI

Fonctions de tri

>>> from Bertrand_NSI.tri import tri
>>> tri.bulles([1, 23, 2, 4, 15])
[1, 2, 4, 15, 23]