Discuss / Python / 作业喵

作业喵

Topic source

Slavery

#1 Created at ... [Delete] [Delete and Lock User]
is_odd = lambda n: n % 2 == 1L = list(filter(is_odd, range(1, 20)))

  • 1

Reply