Update linked_list-double.py

This commit is contained in:
bt3gl 2023-07-30 15:57:23 -07:00 committed by GitHub
parent 805e80144d
commit 45a3a9b050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,8 @@
## create a doubly linked list
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# author: bt3gl
# create a doubly linked list
class Node():