📌  相关文章
📜  为什么我们需要在 os 中打开 () 和关闭 () - Python 代码示例

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

代码示例1
We need to have such functions because it creates a link between 
the operating system and the file function since a file needs to be
close after read the file to release the memory allocated by the program and file need to be close to avoid failure in executing the program.