This commit is contained in:
Samuel Vermeulen 2023-01-03 17:25:48 +01:00
parent cf309c5bc2
commit 4226e929a1

View File

@ -8,5 +8,5 @@ for idLivre in range(nbLivres):
resumeLivre[idLivre] = input()
for idLivre in range(nbLivres):
if len(resumeLivre[idLivre]) <= longMin:
if len(resumeLivre[idLivre]) < longMin:
print(titreLivre[idLivre])