Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

blakyubeuiwbciwcqiby7ib.py

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
Source by replit.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
4+5 =