Source Code:
(back to article)
import sys print("This output will be buffered") sys.stdout.flush()
Result:
Report an issue