text.txt
今天的天气不错 是个皻的选择
读取文件的代码
#!/usr/bin/python #-*- coding:UTF-8 -*- f = open(r'D:PythonPython_Demo est.txt','r') print(f.read()) f.close()