mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2026-02-02 18:39:09 +08:00
Update
This commit is contained in:
@@ -300,8 +300,9 @@ class Solution {
|
||||
}
|
||||
```
|
||||
|
||||
python:
|
||||
|
||||
```Python3
|
||||
```Python
|
||||
class Solution:
|
||||
#1.去除多余的空格
|
||||
def trim_spaces(self,s):
|
||||
@@ -349,7 +350,7 @@ class Solution:
|
||||
return ''.join(l) #输出:blue is sky the
|
||||
|
||||
|
||||
'''
|
||||
```
|
||||
|
||||
|
||||
Go:
|
||||
|
||||
Reference in New Issue
Block a user