Create 5 - Product
This commit is contained in:
parent
0aeafe87da
commit
1acea68a88
4
13/5 - Product
Normal file
4
13/5 - Product
Normal file
@ -0,0 +1,4 @@
|
||||
def prod(L):
|
||||
for i in L[1:]:
|
||||
L[0] *= i
|
||||
return L[0]
|
Loading…
Reference in New Issue
Block a user