📜  没有 n 的 python readlines - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:40.370000             🧑  作者: Mango

代码示例2
# converts read file into a list without newlines
temp = file.read().splitlines()