I hate it when code doesn't flush, like the roommate from hell
print = functools.partial(print, flush=True) # noqa
Post
January 7, 2021
January 7, 2021
I hate it when code doesn't flush, like the roommate from hell
print = functools.partial(print, flush=True) # noqa