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

1、Python字符串练习

时间:2018-01-20 21:29:04      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:bsp   python   eid   nbsp   python字符串   运用   post   word   col   


#Python字符串的拼接,以及单双引号的运用
print(abc,efg)
print("abc","efg")

print(abc+efg)

print("abc")
print("‘abc‘")


#字符串的多行输出
print(‘‘‘abc‘‘‘) print(‘‘‘a b c d‘‘‘) print(‘‘‘"wode"+‘word‘ feide paode‘‘‘)

 

1、Python字符串练习

标签:bsp   python   eid   nbsp   python字符串   运用   post   word   col   

原文地址:https://www.cnblogs.com/ludongjun/p/8321849.html

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