Discuss / Python / 作业打卡

作业打卡

Topic source

露心

#1 Created at ... [Delete] [Delete and Lock User]
def is_odd(n):
    return n % 2 == 1

# L = list(filter(is_odd, range(1, 20)))
L = list(filter

  • 1

Reply