L = list(filter(lambda n:n%2==1, range(1, 20))) print(L) # your code goes here# your code goes here
Standard input is empty
[1, 3, 5, 7, 9, 11, 13, 15, 17, 19]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!