Python字符串操作
字符串padding:
s.center(10, ‘*‘) s.ljust(10, ‘*‘) s.rjust(10, ‘*‘)
python 字符串操作
原文:https://www.cnblogs.com/iupoint/p/11606866.html