Question: python 1. Download the file LinkedListproblem.py under the menu choice Final Exam Part II then Problem 1. The ListNode class is in that file along
1. Download the file LinkedListproblem.py under the menu choice Final Exam Part II then Problem 1. The ListNode class is in that file along with a framework for writing and testing for this problem. In that file write the Python code needed to first create the linked list in Picture 1 managed through the head reference and then write the Python code to change that list so that the initial first node is deleted giving the linked list in Picture 2. Run the file/module, a test program for your code that prints out the data from each list. Submit your completed LinkedListproblem.py file to Problem 1 and submit the output of the file to the Python shell, saved as a .py file (15 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
