Computer Science for IGCSE & O level - Programming (Section 13 - No. 36)
What does `myFile.readline()` do in Python?
Writes a line to the file
Reads a line from the file
Opens the file
Closes the file
Explanation
Reads a single line from the file.
Comments (0)
