Universe thinks I need to know this esoterica:
import functools
# on some shells print doesn't flush!
print = functools.partial(print, flush=True)
Post
October 28, 2019
October 28, 2019
Universe thinks I need to know this esoterica:
import functools
# on some shells print doesn't flush!
print = functools.partial(print, flush=True)