Language: Python
try:
file = open(filepath)
data = file.read()
finally:
file.close
Select the correct answer:
I an erroris raised, the ble will remain open
The file may be closed before all data is read
If opening the le fails, a different error is falsed
Not all bytes from the file arejead.
Answers
Answered by
0
Answer:
Can I give u this answer in other computer language ?? java
Similar questions
Chemistry,
4 months ago
Math,
4 months ago
Social Sciences,
8 months ago
Social Sciences,
8 months ago
English,
11 months ago
English,
11 months ago