maj
This commit is contained in:
parent
cf309c5bc2
commit
4226e929a1
@ -8,5 +8,5 @@ for idLivre in range(nbLivres):
|
|||||||
resumeLivre[idLivre] = input()
|
resumeLivre[idLivre] = input()
|
||||||
|
|
||||||
for idLivre in range(nbLivres):
|
for idLivre in range(nbLivres):
|
||||||
if len(resumeLivre[idLivre]) <= longMin:
|
if len(resumeLivre[idLivre]) < longMin:
|
||||||
print(titreLivre[idLivre])
|
print(titreLivre[idLivre])
|
Loading…
x
Reference in New Issue
Block a user