📜  在 python 代码示例中读取文件

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

代码示例1
f = open("demofile.txt", "r")
print(f.read())