Vidyalelo
Python · Q65

Files Handling in Python

Programming · Python · question 65

Q65

How do you get the current position within the file?

A.
fp.seek()
B.
fp.tell()
Answer
C.
fp.loc
D.
fp.pos

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board