python格式化输出

格式化输出

str="<{} {}>".format('jack',21)
print(str)

 

posted @ 2019-06-29 10:50  jiuchen  阅读(374)  评论(0)    收藏  举报