maj
This commit is contained in:
@@ -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])
|
||||
Reference in New Issue
Block a user