Question 1: 1. Write a Python program that prompts the user for the name of a text file to open. Then the program should
Posted: Sun May 15, 2022 8:05 am
Question 1: 1. Write a Python program that prompts the user for the name of a text file to open. Then the program should A- display how many lines of text are in the file. B- Writes every other line, starting with the first line, to a new file named half_text. C- Displays how many times the letter 'e' occurs