码迷,mamicode.com
首页 > 编程语言 > 详细

方法集锦3_字符串_python

时间:2020-05-06 09:14:44      阅读:71      评论:0      收藏:0      [点我收藏+]

标签:方法   test   运行   nbsp   lint   lintcode   tco   ntc   集锦   

1.字符串拼接,join和列表的配合使用

a = ‘‘
d = [d,h,t,dg,gh]
a = a.join(i for i in d)
print(a)

运行结果:

PS D:\Python\Code_Python\lintcode> & D:/python_install/python.exe d:/Python/Code_Python/lintcode/lintcode_test12.py
dhtdggh

 

方法集锦3_字符串_python

标签:方法   test   运行   nbsp   lint   lintcode   tco   ntc   集锦   

原文地址:https://www.cnblogs.com/yunxintryyoubest/p/12834069.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!