We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5352ea2 commit 6eb8711Copy full SHA for 6eb8711
python/1472-design-browser-history.py
@@ -6,7 +6,6 @@ def __init__(self, val, prev=None, next=None):
6
self.next = next
7
8
class BrowserHistory:
9
-
10
def __init__(self, homepage: str):
11
self.cur = ListNode(homepage)
12
0 commit comments