标签: python string file-io text-files
从iPython笔记本中的文本文件中读取列表的最佳方法是什么?
这就是我现在所拥有的,并不开心。
我的结果格式是文本文件中的一行,其中包含一系列jasons。
text_file = open('results.txt', 'r') lines = text_file.readlines()