python 显示进度


import tqdm
import time

for info in tqdm.tqdm(
            range(10),
            total=10,
            ncols=80
        ):
    time.sleep(2)
posted @ 2022-07-12 15:19  二二二狗子  阅读(59)  评论(0)    收藏  举报