Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PLEASE PYTHON CODE !! Creating the first version of a singer/albums application. Improving the singers/albums application to allow the user choose a singer while creating
PLEASE PYTHON CODE !!
Creating the first version of a singer/albums application.
Improving the singers/albums application to allow the user choose a singer while creating an album.
An example output of the program is provided below. User inputs are shown with bold text.
1) Create an album 2) Create a singer 3) List singers 4) List albums What would you like to do: 2 Enter singer name: David Bisbal Enter music type: Pop Enter country: Spain 1) Create an album 2) Create a singer 3) List singers 4) List albums What would you like to do: 2 Enter singer name: Tarkan Enter music type: Pop Enter country: Turkey 1) Create an album 2) Create a singer 3) List singers 4) List albums What would you like to do: 3 1. Singer: David Bisbal, country : Spain, type: Pop 2. Singer: Tarkan, country : Turkey, type: Pop 1) Create an album 2) Create a singer 3) List singers 4) List albums What would you like to do: 1 Enter album name: Simarik Enter album year: 1997 1. Singer: David Bisbal, country : Spain, type: Pop 2. Singer: Tarkan, country : Turkey, type: Pop Choose a singer for this album [enter a number]: 2 1) Create an album 2) Create a singer 3) List singers 4) List albums What would you like to do: 4 1. Album: Simarik, year: 1997, singer: Tarkan
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started