Gencoding/fun_count.py

8 lines
150 B
Python
Raw Permalink Normal View History

2023-12-28 14:10:34 +08:00
from tqdm import tqdm
if __name__ == '__main__':
file_name = './fun_count.jsonl'
fil = open(file_name, mode='r')
for item in tqdm(fil):