mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-09 03:34:02 +08:00
Merge pull request #513 from SwordsmanYao/patch-2
[0151.翻转字符串里的单词]修正一下排版
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