We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf22220 commit 72f022dCopy full SHA for 72f022d
Add_two_Linked_List.py
@@ -39,7 +39,6 @@ def add_two_no(self, first, second):
39
if carry > 0:
40
temp.next = Node(carry)
41
42
-
43
def __str__(self):
44
temp = self.head
45
while temp:
0 commit comments