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

.format使用

时间:2020-01-27 17:08:12      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:设置   bsp   world   定位   color   顺序   mat   style   div   

>>>"{} {}".format("hello", "world")    # 不设置指定位置,按默认顺序
hello world
 
>>> "{0} {1}".format("hello", "world")  # 设置指定位置
hello world
 
>>> "{1} {0} {1}".format("hello", "world")  # 设置指定位置
world hello world

 

 

.format使用

标签:设置   bsp   world   定位   color   顺序   mat   style   div   

原文地址:https://www.cnblogs.com/hongweijiang/p/12236143.html

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