跑代码想要这只一个进度条,按照网上找到的方法使用了tqdm,代码如下:
```python
from tqdm import tqdm
for num in tqdm(range(FLAGS.BatchIter)):
#循环的内容
time.sleep(0.01)
但是进度条打印出来很丑,不知道为什么会这样
![img](https://img-mid.csdnimg.cn/release/static/image/mid/ask/814542256536125.jpg "=600 #left")