What is the purpose of the readline() method in Python? It reads the entire contents of a file. Correct Answer It reads one line from a file. It reads a specified number of characters from a file. It ...