delete all artists that do not have a user-specified number of plays. in other words, ask the user for the minimum play count and then remove all dictionary entries that do not meet the minimum. rule: you must use a loop to find artists below the minimum play count in case the dictionary is ever modified.