Which of the following is the correct syntax of open function?

QuestionsCategory: Python 3Which of the following is the correct syntax of open function?
admin Staff asked 3 years ago

Answer: open(file_name [, access_mode][, buffering])