Question
Write a Code (Python): (1) Code a python that will read and open a .txt file in this file are listed one below another in
Write a Code (Python):
(1) Code a python that will read and open a .txt file in this file are listed one below another in reverse chronological order i.e., most recent first. Write a Python script that extracts the author names from these reviews and prints them on separate lines in chronological order i.e., the author of the oldest review first.
The file name is text.txt
Hint: Use lists, and try implementing a stack using the .pop() method.
----------
(2) Repeat, with the only difference being that you need to use file handling statements instead of any copy/paste operations that you may previously have used in the first step. (Separate Code)
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