filmov
tv
How to print entire line in text file if searched word present in line / File Handling in Python

Показать описание
In this video I have shown how to parse the file to print the entire line if the searched word present in that line. I also showed how to print the entire line if searched line present at the beginning of the line. For doing this I have used Regular Expression Module called re module in Python