Actualités

Step 6 :- As per mentioned in the task, we have to find out number of lines in the file. That count is stored in "line_count", you can see in program. After counting the number of lines in the file.
# How to get the line number of a certain phrase in a file in Python Getting the line number of a certain phrase in a file results in the first line number that the phrase is in. ## Use [`enumerate()` ...