2022-2023/1NSI/Evaluations/DS_2023-03-31/annexes/QCM_produit.py
Bertrand Benjamin cd31d3293c
All checks were successful
continuous-integration/drone/push Build is passing
Feat(NSI): fait le DS4
2023-03-30 18:43:16 +02:00

6 lines
76 B
Python

def produit (L):
p = ...
for elt in L:
.......
return p