微信扫一扫
安装:
pip install tqdm使用:
from tqdm import tqdmimport timefor i in tqdm(rang(10)): time.sleep(0.1)
相关推荐