Is there a way to use tqdm function while reading the file in order to show the progress of the reading process in Python?

后端 未结 0 1057
失恋的感觉
失恋的感觉 2021-02-14 12:56

If there is another way to show the progress through some other function?

with open(filename, \'r\', encoding=\'utf-8\') as f:
    contents = f.read()


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题