Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Big brain!
Petite simplification mineure que tu peux faire, if bool == True: ce n'est pas requis de faire cette comparaison, car bool dans ce cas-ci contient déjà la valeur True donc simplement besoin de regarder
if bool :
Nice one sur le os.linesep, mais un peu overkill lorsque le problème mentionne d'utiliser le "\n" pour faire un saut de ligne :P bien joué quand même.