Examveda

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

Answer: Option B


This Question Belongs to Python Program >> Files Handling In Python

Join The Discussion

Related Questions on Files Handling in Python