🌈 搜索
📅  最后修改于: 2022-03-11 14:48:10.290000             🧑  作者: Mango
list1 = list(range(100)) import tqdm for x in tqdm.tqdm(list1): sleep(0.01)