📜  blakyubeuiwbciwcqiby7ib.py - 任何代码示例

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

代码示例1
import os
with open("file.json", "ab+") as ab:
  ab.close()
f = open('file.json','r+')
f.readline()
if os.stat("file.json").st_size == 0:
  f.write("{}")
  f.close()
else:
  pass