Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The 44 lines of the file PresStates.txt contain the names of the states that produced each of the first 44 presidents. The first four lines
The 44 lines of the file PresStates.txt contain the names of the states that produced each of the first 44 presidents. The first four lines of the file contain the states Virginia, Massachusetts, Virginia, and Virginia. Write a program that deletes all duplications from the file and also displays the number of states that have produced presidents.
Output: 18 different states have produced presidents of the United States.
Please solve in python. Thank you
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started