#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‘‘‘)
Posted ludongjun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1Python字符串练习相关的知识,希望对你有一定的参考价值。
#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‘‘‘)
以上是关于1Python字符串练习的主要内容,如果未能解决你的问题,请参考以下文章
spring练习,在Eclipse搭建的Spring开发环境中,使用set注入方式,实现对象的依赖关系,通过ClassPathXmlApplicationContext实体类获取Bean对象(代码片段
[未解决问题记录]python asyncio+aiohttp出现Exception ignored:RuntimeError('Event loop is closed')(代码片段
Python练习册 第 0013 题: 用 Python 写一个爬图片的程序,爬 这个链接里的日本妹子图片 :-),(http://tieba.baidu.com/p/2166231880)(代码片段