A

Admin • 832.27K Points
Coach

Q. How do you check the current position of the file pointer?

  • (A) file.position()
  • (B) file.tell()
  • (C) file.getpos()
  • (D) file.locate()
  • Correct Answer - Option(B)
  • Views: 16
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

tell() returns the current byte position of the file pointer.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.