출처 : http://stackoverflow.com/questions/7877850/python-2-7-print-thread-safe
from __future__ import print_function
print = lambda x: sys.stdout.write("%s\n" % x)
WRITTEN BY
- RootFriend
개인적으로... 나쁜 기억력에 도움되라고 만들게되었습니다.
,
출처 : http://stackoverflow.com/questions/7877850/python-2-7-print-thread-safe
from __future__ import print_function
print = lambda x: sys.stdout.write("%s\n" % x)