Skip to content

Commit 4fad501

Browse files
authored
Update Exercise-41-Loop_in_linkedlist.py
1 parent f9563fd commit 4fad501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Exercise-41-Loop_in_linkedlist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def hasLoop(l_list):
1515
else:
1616
fast = fast.next_node
1717
slow = slow.next_node
18+
#return
1819

1920
return hasLoop
2021

0 commit comments

Comments
 (0)