replace()

a = 'dv gbrg 1'
a = a.replace(' ','')#用后面的取代前面的
print(a)


dvgbrg1

 

posted on 2020-03-25 19:53  cltt  阅读(160)  评论(0编辑  收藏  举报

导航