mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 16:54:50 +08:00
Update 0151.翻转字符串里的单词.md
This commit is contained in:
@ -301,6 +301,7 @@ class Solution {
|
||||
```
|
||||
|
||||
|
||||
Python
|
||||
```Python3
|
||||
class Solution:
|
||||
#1.去除多余的空格
|
||||
@ -349,7 +350,7 @@ class Solution:
|
||||
return ''.join(l) #输出:blue is sky the
|
||||
|
||||
|
||||
'''
|
||||
```
|
||||
|
||||
|
||||
Go:
|
||||
|
Reference in New Issue
Block a user