Python’s built-in function named open () tries to open a file and returns:

Python’s built-in function named open () tries to open a file and returns:
A . an integer value identifying an opened file
B . an error code (0 means success)
C . a stream object
D . always None

Answer: C

Explanation:

Reference: https://www.programiz.com/python-programming/file-operation

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments