responsive way to write in a specific line in python?

前端 未结 0 694
心在旅途
心在旅途 2020-12-24 00:47

I know that reading a specific line is possible with:

i = 0
while True:
    with open("file.txt") as f:
              


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