InterviewSolution
Saved Bookmarks
| 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) |
|