tqdm

Anu·2022년 9월 7일
0

tqdm 라이브러리 -> https://github.com/tqdm/tqdm

import time
from tqdm import tqdm

for i in tqdm(range(1000)):
    time.sleep(0.01)

profile
Good songs, if long, not enjoyable.

0개의 댓글