Computer Science Implementing a Linked List Using Python Marc Gonzalez·January 10, 2021 We will be implementing a Linked List data structure using python and we will be implementing methods to add, delete, search, and a way to get the size of the…