def display_vote_lines(): with open("Elections.txt", "r") as f: for line in f: if "vote" in line: print(line.strip())This function opens the file "Elections.txt" in read mode.
Analyse the characters of William Douglas from ‘Deep Water’ and Mukesh from ‘Lost Spring’ in terms of their determination and will power in pursuing their goals.