How do you read a file line by line in Python?
read_all_lines()
file.read_line()
readlines()
read_line(file)
This question is part of this quiz :