Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Code Wars
for example. We need to write a function that takes a list of non-negative integers and strings and returns a list with all strings removed.
filter_list([1,2,'a','b']) == [1,2]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question