mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-11 04:10:39 +00:00
Auto urgent commit.
This commit is contained in:
5
graphes/leaudibidon/test.py
Normal file
5
graphes/leaudibidon/test.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def produit_cartesien(*listes):
|
||||
if listes == None:
|
||||
return []
|
||||
if len(listes) == 1:
|
||||
return listes[0]
|
||||
Reference in New Issue
Block a user