Identify the error:file = open('data.txt', 'r');data = file.read();file.close() - Study24x7
Social learning Network
03 Apr 2024 11:47 AM study24x7 study24x7

Identify the error:
See more

A

File not closed properly

B

Incorrect mode for reading

C

No error

D

Error in file.read()

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles