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 2e50aa4 commit 7867d02Copy full SHA for 7867d02
Airbnb/Problem#177.py renamed to Airbnb/Problem#177#699.py
@@ -29,4 +29,4 @@ def length(head):
29
while head:
30
count += 1
31
head = head.next
32
- return count
+ return count
0 commit comments