读写txt文件;数据序列化;异常处理

#读取文本文件 print("Opening and closing the file.") text_file = open("read_it.txt","r") text_file.close() print("\nReading characters from the file.") text_file = open("read_it.txt","r") print(text_file.r
相关文章
相关标签/搜索