mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 16:54:50 +08:00
更新 0139.单词拆分.md Python代码高亮
This commit is contained in:
@ -307,7 +307,7 @@ class Solution {
|
|||||||
|
|
||||||
Python:
|
Python:
|
||||||
|
|
||||||
```python3
|
```python
|
||||||
class Solution:
|
class Solution:
|
||||||
def wordBreak(self, s: str, wordDict: List[str]) -> bool:
|
def wordBreak(self, s: str, wordDict: List[str]) -> bool:
|
||||||
'''排列'''
|
'''排列'''
|
||||||
|
Reference in New Issue
Block a user