Python format 格式化函数

基本用法:

print("{} {}".format("hello","world"))

hello world

原文地址:https://www.cnblogs.com/gaona666/p/12566555.html