KIOSHIROI / KIOSHIROI.github.io

BNUer cs-learning road
https://kioshiroi.github.io/
MIT License
5 stars 0 forks source link

8. python文件操作 #18

Open KIOSHIROI opened 6 months ago

KIOSHIROI commented 6 months ago

https://kioshiroi.github.io/python_8_file/

文件处理

在实际编程中,经常需要读取和写入文件。Python 提供了强大的文件处理功能,允许我们轻松地操作文件。

打开和关闭文件

可以使用 open 函数打开文件,使用 close 方法关闭文件。

打开文件

file = open(