How to make print behave in a proper way?
from tqdm import tqdm print ("Starting long stuff") for i in tqdm(range(7**7)): pass