@@ -1,7 +1,7 @@
import time
from tqdm import tqdm
pbar = tqdm(total=30)
pbar = tqdm(total=30,desc="正在执行任务",ncols=150)
for i in range(31): # 包含0~30
pbar.n = i # 直接设置进度
The note is not visible to the blocked user.