Articles → PYTHON → Tell Function In Python

Tell Function In Python






Purpose





Example




myfile = open("c:\\temp\\gyan.txt", "w")
myfile.write("Hi")


print(myfile.tell())

myfile.close()





Output


Picture showing the output of tell function in python



Posted By  -  Karan Gupta
 
Posted On  -  Sunday, September 12, 2021

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250