Discuss / Python / 作业

作业

Topic source

L = [x for x in filter(lambda x : x %2,range(20))]


  • 1

Reply