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 1730 times
Edit
2
Community EvaluationsNo one has reviewed this question yet, be the first!