Question: Create a Python program that simulates a music application. The program should allow the user to view, add, remove, or update a playlist. Create a
Create a Python program that simulates a music application. The program should allow the user to view, add, remove, or update a playlist.
Create a class named Song that holds the following data about a song:title year, and rating.
Create an object called playlist that stores Song objectsinstances and has methods for adding and removing songs.
The program should prompt the user with a menu having the following options:view songs, add song, remove song, update rating, and exit.
The menu should be prompted after each operation unless the user chooses to exitquit
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
