【python】python中的字符串
2021-02-20 21:21
标签:style shell 没有 图片 ext shel lock 转义字符 code \n(换行),\t(制表/缩进) 【python】python中的字符串 标签:style shell 没有 图片 ext shel lock 转义字符 code 原文地址:https://www.cnblogs.com/onlyway/p/12678653.html
>>>t = ‘‘‘tsing
hua
university
>>>‘‘‘
>>>‘tsing\nhua\nuniversity\n‘
>>>print(t)
>>>tsing
hua
university
文章标题:【python】python中的字符串
文章链接:http://soscw.com/index.php/essay/58156.html