What is the output?
f = open("test.txt", "w") f.write("Python") print(f.tell()) f.close()
इसका परिणाम क्या होगा?