Q. What is the correct syntax of open() function? (Solved)
1. file = open(file_name [, access_mode][, buffering])
2. file object = open(file_name [, access_mode][, buffering])
3. file object = open(file_name)
4. none of the mentioned
- b. file object = open(file_name [, access_mode][, buffering])