Discuss / Python / 课后作业

课后作业

Topic source
# -*- coding: utf-8 -*-
L = list(filter(lambda x: x % 2 == 1, range(1, 20)))

  • 1

Reply