Skip to content
M

MusicPlayer OOP Exercise II

Project ID: 9521

An OOP exercise for OOP in Python - The MusicPlayer from MusicPlayer OOP Exercise (has functionalities like add Tracks, play, next, previous, stop, output a Track-list. Tracks have a title, an artist and an album) refactored with Python