Skip to content

Commit c9b04c6

Browse files
authored
Update 293._Flip_Game.md
1 parent 8b96fc9 commit c9b04c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Leetcode_Solutions/Python/293._Flip_Game.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ class Solution(object):
3030
return res
3131
```
3232

33+
这里要注意一个点:s[i+2:] 虽然i+2取不到,但是s[i+2:]就是一个空字符串。
3334

0 commit comments

Comments
 (0)