Discuss / Python / assignment

assignment

Topic source

JoyElaine

#1 Created at ... [Delete] [Delete and Lock User]

L=list(filter(lambda n:n%2,range(1,20))) print(L)

[1, 3, 5, 7, 9, 11, 13, 15, 17, 19]


  • 1

Reply