python格式化输出

格式化输出

str="<{} {}>".format('jack',21)
print(str)
原文地址:https://www.cnblogs.com/huay/p/11105968.html