a python developer wishes to get a list of the lines in a file mamed "input.file" that starts with the string "error:
"
and store this in the variable result. trailing newlines on each line are optional. Which of the following code snippets can be used ?