Answer:
Following is the detailed answer as needed.
<h3>I hope it will help you!</h3>
Explanation:
Answer:
Check the explanation
Explanation:
# Step 1
the first thing to execute will be......
f = open("states.txt")
# Step 2
the second step is......
states = []
for line in f:
states.append(line.strip())
# Step 3:
the third step is to......
for state in sorted(states):
print(state)
f.close()
Answer:
mail merge is the answer to this one i believe