Discuss / Python / 7-19

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

print(L)


  • 1

Reply