Discuss / Python / 习题

习题

Topic source

ynxiu

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

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


  • 1

Reply