Open a copy of the file in Python

前端 未结 0 433
心在旅途
心在旅途 2020-12-08 17:58

I would like to open a copy of my file temporarily.

Actually I directly open it:

with open(path) as file:

How can I open a copy of it

相关标签:
回答
  • 消灭零回复
提交回复
热议问题