Discuss / Python / 测试通过

测试通过

Topic source

我来巡查

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

def product(x,*y):

        for i in y:

            x=x*i

        return x


  • 1

Reply