cours_NSI/scripts/demo/demo1_corr.py

2 lines
47 B
Python
Raw Normal View History

2022-05-09 17:34:16 +02:00
def longueur(L: list) -> int:
return len(L)