Is python\'s print synchronized? :)
Between Threads.
if you call print from multiple threads, the output may be interleaved at the whim of the scheduler.
print