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.
Oh, ok.
So that means I need to implement Checking if all elements in the list are INT and if not, to zip out to the main list.
But seems odd that you got this list. Instructions says nothing about this type of list.
Because you are using set with list and I believe task required only one list.
The loop will not work with List inside the set, I think this should look diffrent If we want to check if any element inside our list/set is INT.
You should provide only list of Intigers