Hello. Suppose there is a text in the text variable STR:
1212 FDFER5678 golFINDME1244fwfw fewf 3434
Required by the substring "FINDME", from the text find its location in the text and cut the entire line in which it is contained, from \ n to \ n.
The required output of the code will be "golFINDME1244fwfw".
It is advisable to use python 2.