We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6634d commit cc1af9fCopy full SHA for cc1af9f
delete_space.md
@@ -4,8 +4,8 @@
4
5
#解决(Python)
6
7
-#! /usr/bin/env python
8
-#coding:utf-8
+ #! /usr/bin/env python
+ #coding:utf-8
9
10
def del_space(string):
11
split_string = string.split(" ") #以空格为分割,生成list,list中如果含有空格,则该空格是连续空格中的后一个
0 commit comments