I want to find a word in a file and print in which line it appears.
line = 0 find = \'chicken\' with open (\'this_file.txt\', \'r\') as f: read_data