Page 1 of 1

What is the correct syntax of open() function?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
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