2 lines
47 B
Python
2 lines
47 B
Python
|
def longueur(L: list) -> int:
|
||
|
return len(L)
|