We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b90515 commit 5f0181aCopy full SHA for 5f0181a
1 file changed
Data Structures/Linked Lists/Doubly Linked List/d_linkedlist.py
@@ -170,4 +170,4 @@ def remove(self, index):
170
f = int(input('Enter the index: '))
171
g = int(input('Enter the number: '))
172
li.addmid(f, g)
173
- li.prinnt()
+ li.prinnt()
0 commit comments