Python
Python
When a file has been opened using the 'r' mode specifier, which method will return the file's contents as a string?
When a file has been opened using the 'r' mode specifier, which method will return the file's contents as a string?
When a file has been opened using the 'r' mode specifier, which method will return the file's contents as a string?
Answer: read
Learn More :