cours_NSI/scripts/demo/demo1_corr.py
2022-05-09 17:34:16 +02:00

2 lines
47 B
Python

def longueur(L: list) -> int:
return len(L)