I am a new learner to Python and am being asked to write a program that asks the user for a search term and then perform a search using the iTunes search service for the entity type album. The program should then print how many search results where returned. For each result print the artist name, the album name and track count. I am supposed to use the get() function and the json() method.
Can someone please start me on the right path? I feel lost with this program.
Install the package iGetMusic by:
This allows you to search songs via:
For more infos to iGetMusic visit:
iGetMusic Github