mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2026-02-02 18:39:09 +08:00
fix: 0093.复原IP地址 python 范例版本二 codeblock 缺少 '```'
This commit is contained in:
@@ -463,7 +463,7 @@ class Solution:
|
||||
return False
|
||||
num = int(s[start:end+1])
|
||||
return 0 <= num <= 255
|
||||
|
||||
```
|
||||
回溯(版本三)
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user