Daily Archives: March 24, 2014

Python : How to flush output of print

Using the sys module, just type: import sys sys.stdout.flush()import sys sys.stdout.flush()

Posted in Python | Tagged | Leave a comment