Discuss / Python / 时隔多天终于能自己写了

时隔多天终于能自己写了

Topic source

不要醉酒

#1 Created at ... [Delete] [Delete and Lock User]

def is_odd(n):

    return n%2==1

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


  • 1

Reply