Python multithreaded print statements delayed until all threads complete execution August 30, 2023 by Tarik For python 3 you can now use the flush param like that: print('Your text', flush=True)