码迷,mamicode.com
首页 > 其他好文 > 详细

format的使用

时间:2020-02-20 15:24:33      阅读:48      评论:0      收藏:0      [点我收藏+]

标签:for   nbsp   lang   class   NPU   print   style   div   orm   

1 v="敬爱可亲的{0},最喜欢在{1}地方干{2}"
2 name1=input("名字>")
3 lang=input("地点>")
4 aihao=input("爱好>")
5 v1=v.format(name1,lang,aihao)
6 print(v1)

 

format的使用

标签:for   nbsp   lang   class   NPU   print   style   div   orm   

原文地址:https://www.cnblogs.com/rxybk/p/12335573.html

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