M

Mr. Dubey • 100.69K Points
Coach

Q. What is the correct syntax of open() function?

  • (A) file = open(file_name [, access_mode][, buffering])
  • (B) file object = open(file_name [, access_mode][, buffering])
  • (C) file object = open(file_name)
  • (D) none of the mentioned
Share

Explanation by: Mr. Dubey
open() function correct syntax with the parameter details as shown below: file object = open(file_name [, access_mode] [, buffering])

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics