1.

Nancy intends to position the file pointer to the beginning of a text file. Write Python statement for the same assuming F is the Fileobject.

Answer»

Statement:

F.seek(0)



Discussion

No Comment Found

Related InterviewSolutions