Question: Write a Code (Python): (1) Using a test.txt file in this file are listed one below another in reverse chronological order i.e., most recent first.
Write a Code (Python):
(1) Using a test.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.
text.txt (below)

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
Get step-by-step solutions from verified subject matter experts
