更新 0139.单词拆分.md Python代码高亮
This commit is contained in:
parent
7e3823d619
commit
cf51b7c039
|
|
@ -307,7 +307,7 @@ class Solution {
|
|||
|
||||
Python:
|
||||
|
||||
```python3
|
||||
```python
|
||||
class Solution:
|
||||
def wordBreak(self, s: str, wordDict: List[str]) -> bool:
|
||||
'''排列'''
|
||||
|
|
|
|||
Loading…
Reference in New Issue