Discuss / Python / 作业,供参考

作业,供参考

Topic source

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


  • 1

Reply