Skip to content

Commit 761708a

Browse files
committed
update
1 parent b0107ba commit 761708a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python/two-sum-iii-data-structure-design.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ def find(self, value):
3737

3838
if __name__ == "__main__":
3939
Sol = TwoSum()
40+
4041
for i in (1, 3, 5):
4142
Sol.add(i)
43+
4244
for i in (4, 7):
4345
print Sol.find(i)
4446

0 commit comments

Comments
 (0)