91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

python中有哪些拼接字符串的方法

關關
172
2021-05-14 15:41:15
欄目: 編程語言

python中拼接字符串的方法有:1.直接連接;2.使用加號連接;3.使用逗號連接;4.使用%連接;5.使用format連接;6.使用f-string方式連接;7.使用join方法連接;

python中有哪些拼接字符串的方法

python中拼接字符串的方法有以下幾種

1.直接連接字符串

print('heelo' 'world')

print('heelo''world')

2.使用加號連接字符串

>>> a,b = 'heelo','world'

>>> a + b

'heelo world'

3.使用逗號連接字符串

>>> a,b = 'heelo','world'

print(a,b)

>>> heelo world

4.使用%連接字符串

print('%s %s' % ('heelo','world'))

5.使用format連接字符串

print('{} {}' .format ('heelo','world'))

6.使用f-string方式連接字符串

>>> aa, bb = 'heelo','world'

>>> f'{aa}{bb}'

'heelo world'

7.使用join方法連接字符串

print('-'.join(['aa','bb','cc']))

0
石屏县| 射阳县| 峨眉山市| 菏泽市| 蕉岭县| 中阳县| 云安县| 锦屏县| 深泽县| 德钦县| 娄底市| 兴隆县| 台湾省| 杭州市| 开远市| 大港区| 上犹县| 锡林浩特市| 宾川县| 秦皇岛市| 南阳市| 高要市| 平利县| 巴马| 沐川县| 宾川县| 公安县| 会昌县| 彰武县| 若羌县| 施甸县| 莱州市| 静安区| 阿瓦提县| 临朐县| 原阳县| 苏尼特左旗| 蓝田县| 农安县| 云安县| 遵化市|