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
What is the correct syntax of open() function?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the correct syntax of open() function?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!