3.
What is used to open and close the function?
Answers
Answered by
4
Opening and closing of function:
• Python open () function is used to open a function.
• This function is used to open a file in a specific mode.
• Python close () function is used to close a function
• Python file technique close () closes the opened file. A closed file cannot be delivered or written any more. Any operation, which needs that the file be opened will raise a Value Error next the file has been closed.
Hope it helped...
Similar questions