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 8b96fc9 commit c9b04c6Copy full SHA for c9b04c6
docs/Leetcode_Solutions/Python/293._Flip_Game.md
@@ -30,4 +30,5 @@ class Solution(object):
30
return res
31
```
32
33
+这里要注意一个点:s[i+2:] 虽然i+2取不到,但是s[i+2:]就是一个空字符串。
34
0 commit comments