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

python列表转换为字符串

时间:2019-05-14 19:22:19      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:结果   type   字符串   class   print   nbsp   style   bsp   输出   

 

list_a=["345"]
str_a="".join(list_a)
print(type(str_a))
print(str_a)

输出结果:

<type ‘str‘>
345

  

python列表转换为字符串

标签:结果   type   字符串   class   print   nbsp   style   bsp   输出   

原文地址:https://www.cnblogs.com/taoyuanming/p/10863798.html

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