you're removing elements if they're not strings rather than if they are strings.
I can not figure this out either. I had to create an empty list and add only integers from the original list in order to meet the requirements. I'm not sure how to simply just remove the strings from list. Curious to see!
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
you're removing elements if they're not strings rather than if they are strings.
I can not figure this out either. I had to create an empty list and add only integers from the original list in order to meet the requirements. I'm not sure how to simply just remove the strings from list. Curious to see!
This comment is hidden because it contains spoiler information about the solution