Question from the Python test

Create a list of 10 elements in Python

Hard

Given the following code: (One correct answer)

values = filter(lambda x: len(x)==1, map(str, range(100)) )
Author: Antoine BrennerStatus: PublishedQuestion passed 1859 times
Edit
4
Community EvaluationsNo one has reviewed this question yet, be the first!