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.
I got this combination in one of my previous attemps. This is the problem, that some attemps with my solution are succeed and some are not.
Example when it does not work is in my previous comment.
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
Why this solution doesn't work with the following combination:
([15, 14, 3, 14, 14, 11, 11, 23, 14, 14, 3, 5, 5, 23, 14, 15, 14, 14, 14, 15, 5, 11, 14, 11, 15, 11, 23, 14, 3, 23, 5, 11, 14],1)