Imprimer Flush Python
import sys
sys.stdout.flush()
Lovely Louse
import sys
sys.stdout.flush()
print("Hello world!", flush=True)