Discuss / Python / #作业2

#作业2

Topic source

TitanBear91

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

def prod(l): def f(x,y): return x*y return reduce(f, l)


  • 1

Reply