A

Admin • 833K Points
Coach

Q. What type of object is returned by open()?

  • (A) String
  • (B) List
  • (C) File object
  • (D) Dictionary
  • Correct Answer - Option(C)
  • Views: 21
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

open() returns a file object that supports various file operations.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.