Merge pull request #2941 from tuhacrt/master

fix: 0093.复原IP地址 python 范例版本二 codeblock 缺少 '```'
This commit is contained in:
程序员Carl
2025-11-07 17:37:41 +08:00
committed by GitHub

View File

@@ -463,7 +463,7 @@ class Solution:
return False
num = int(s[start:end+1])
return 0 <= num <= 255
```
回溯(版本三)
```python