Skip to content

Commit cc1af9f

Browse files
committed
update
1 parent ba6634d commit cc1af9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

delete_space.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#解决(Python)
66

7-
#! /usr/bin/env python
8-
#coding:utf-8
7+
#! /usr/bin/env python
8+
#coding:utf-8
99

1010
def del_space(string):
1111
split_string = string.split(" ") #以空格为分割,生成list,list中如果含有空格,则该空格是连续空格中的后一个

0 commit comments

Comments
 (0)