04 2022 档案
摘要:tqdm 写法一 缺点:多了一层缩进 with tqdm(total=len(a), desc='test_round', unit='round') as pbar: for i in a: # print(i) pbar.update(1) pbar.set_postfix({"finished
阅读全文
摘要:setting >> keymap tool windows python console ctrl+` python debug console alt+shift+5 debug alt+5 Editor Actions delete line ctrl+Y duplicate line ctr
阅读全文