TDMQ
from tqdm import tqdm
for i in tqdm(range(10000)):
Georgiy Kantsedal
from tqdm import tqdm
for i in tqdm(range(10000)):