s=‘PYTHON‘ print("{0:3}".format(s))#{0:3}表示输出的宽度是3,但如果字符串超过长度3,则以字符串长度显示。
》》》PYTHON
format 宽度 错题
原文:https://www.cnblogs.com/oycc2000/p/11228908.html