Hi when i create a file object in zyte something likewith open('test.txt','a'): f.write
and later read itwhere will be the test.txt will be accessible. is there any location or it wont be stored. Please help
SAI KATTA
Hi when i create a file object in zyte something like
with open('test.txt','a'):
f.write
and later read it
where will be the test.txt will be accessible. is there any location or it wont be stored. Please help