Discuss / Python / 作业

作业

Topic source

达仔hongda

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

def product(x,y = 1,args): multi = xy; for i in args: multi = multi*i; return multi


  • 1

Reply