Auto urgent commit.

This commit is contained in:
2025-01-15 09:24:47 +01:00
parent 97d6897d58
commit 1481d48fc9
2 changed files with 18 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
def produit_cartesien(*listes):
if listes == None:
return []
if len(listes) == 1:
return listes[0]