Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Old listeners = {'BOB', 'RYAN', 'CARL', 'FURGUS', 'CALEB', 'AMANDA', 'KATE', 'LUKE', 'FRED', 'JOHN'}
"New" listeners = ['LUKE', 'RYAN', 'ERIC', 'CALEB', 'MELISA']
My answer = {'BOB', 'RYAN', 'CARL', 'MELISA', 'FURGUS', 'CALEB', 'AMANDA', 'ERIC', 'KATE', 'LUKE', 'FRED', 'JOHN'}
The correct answer is 5, but the new listeners are only ERIC and MELISA (they didn't listen the song), and LUKE, RYAN and CALEB have already listen the song, so I return as answer 2 but is wrong.
Some randome tests in python have issues, they have already the name and they except it as a new listener.