Python code for the doubly linked list. Operations performed are: append() appendleft() pop() popleft() delete() find() reverse()