With tqdm ( conda install tqdm or pip install tqdm ) you can add a progress meter to your loops in a second: from time import sleep from tqdm import tqdm ...
確定! 回上一頁