Page 1 of 1

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
by answerhappygod
Question 1 1 Write A Python Program That Prompts The User For The Name Of A Text File To Open Then The Program Should 1
Question 1 1 Write A Python Program That Prompts The User For The Name Of A Text File To Open Then The Program Should 1 (21.56 KiB) Viewed 45 times
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