更新 0139.单词拆分.md Python代码高亮

This commit is contained in:
zhicheng lee
2022-09-13 22:27:20 +08:00
committed by GitHub
parent 7e3823d619
commit cf51b7c039

View File

@ -307,7 +307,7 @@ class Solution {
Python
```python3
```python
class Solution:
def wordBreak(self, s: str, wordDict: List[str]) -> bool:
'''排列'''