Discuss / Python / 轻松,前面用到的时候有弄懂

轻松,前面用到的时候有弄懂

Topic source

浅言87780

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

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

print(L)


  • 1

Reply