villarrealc1987
villarrealc1987
21.04.2020 • 
Engineering

Define a function below, remove_nonstr, which takes a single argument of type list. Complete the function so that it returns a list that contains only the strings from the original list and no other data. It is acceptable to return an empty list if there are no strings in the original list. This question uses the filter pattern discussed in lecture.

Solved
Show answers

Ask an AI advisor a question