6 lines
66 B
Python
6 lines
66 B
Python
#MAX = +
|
|
|
|
L = [5,3,4,1]
|
|
|
|
def longueur(L: list) -> int:
|
|
return |