當前位置:成語大全網 - 書法字典 - Python刪除了字符串中的空格。

Python刪除了字符串中的空格。

三種方法如下:

使用替換功能:

your_str.replace('?'),?'')

答?=?餵?單詞' #?用python替換字符串中的word。

a.replace('word ',' python')#?輸出結果是hello?Python使用split斷開和閉合:

。join(your_str.split())使用正則表達式來完成替換:

進口?re?strinfo?=?重新編譯(“單詞”)

b?=?strinfo.sub('python ',a)?

打印?b?

#?結果:餵?大蟒