rajout du delai dans la boucle pour voir le texte defiler
@@ -1,3 +1,5 @@
import time
fichier = open("lorem_ipsum.txt")
ligne = fichier.readline()
@@ -9,7 +11,7 @@ while ligne:
# tant que ligne existe on fait la boucle
print(ligne)
time.sleep(1)
The note is not visible to the blocked user.