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.Draw a rough sketch for the curve $y = 2 + |x + 1|$. Using integration, find the area of the region bounded by the curve $y = 2 + |x + 1|$, $x = -4$, $x = 3$, and $y = 0$.