摘要:
# 第一种str.join(a)# 现在有变量 a = (‘hello’,‘python18’,‘!’),# 通过相关操作转换成字符串:'hello python18 !'# (注意点:转换之后单词之间有空格)a = ('hello', 'python18', '!')# print(type(a) 阅读全文
posted @ 2019-09-20 13:17
Dong_hua
阅读(26851)
评论(0)
推荐(0)
2019年9月20日