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

python如果想输出原格式的内容,可以加''' ''',占位符使用方式

时间:2018-08-01 20:52:14      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:span   info   end   格式   you   输出   print   code   不能   

print(我考了%d分%20)
msg=‘‘‘
---------info of %s-----------
name: %s
age: %d                           #字符串不能放到%d处
job: %s
salary: %f
you will be retired in %s years   #数字可以放到%s处
---------end---------------
‘‘‘%(tom,tom,20,it,3444.44,45)
print(msg)

 

python如果想输出原格式的内容,可以加''' ''',占位符使用方式

标签:span   info   end   格式   you   输出   print   code   不能   

原文地址:https://www.cnblogs.com/tuobei/p/9403571.html

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