1,类似格式话输出的占位符s%.
#print(‘my name is {} ,I like {} ‘,format(‘xiong‘,‘reading‘))
2,
#print(‘{0} {1} {0}’,format(‘a’,‘b’))
3,
#print(‘{name} {age}’,format(‘a’,18))
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了format的三种用法相关的知识,希望对你有一定的参考价值。
1,类似格式话输出的占位符s%.
#print(‘my name is {} ,I like {} ‘,format(‘xiong‘,‘reading‘))
2,
#print(‘{0} {1} {0}’,format(‘a’,‘b’))
3,
#print(‘{name} {age}’,format(‘a’,18))
以上是关于format的三种用法的主要内容,如果未能解决你的问题,请参考以下文章
7.1 安装软件包的三种方法 7.2 rpm包介绍 7.3 rpm工具用法 7.4 yum工具用法