We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be87420 commit 8d8fcffCopy full SHA for 8d8fcff
linked_lists/linked_list.py
@@ -25,6 +25,5 @@ def append(self, data):
25
26
current_node.next = new_node
27
28
-
29
def is_empty(self):
30
return self.head == None
0 commit comments