SinglyLinkedList Python code for Singly Linked list operations Operations performed are: append() appendleft() delete() find() reverse()