Œuvres pour violoncelle
from outils.catalogue import lire_formater_catalogue
from outils.catalogue import filtrer_catalogue
from outils.catalogue import afficher_catalogue
from outils.catalogue import afficher_commentaire
df=lire_formater_catalogue()
df=filtrer_catalogue(df,"violoncelle")
afficher_catalogue(df)
afficher_commentaire()Loading...
Loading...