How do you get the current position within the file?
(a) fp.seek()
(b) fp.tell()
(c) fp.loc
(d) fp.pos
I have been asked this question during an interview.
This intriguing question originated from Files in division Regular Expressions and Files of Python