Discuss / Python / 一步一个角鹰

一步一个角鹰

Topic source

L1=list(filter(lambda x:x%2==1,range(1,20)))

print(L1)


  • 1

Reply