pprint.PrettyPrinter格式化打印

cooolr 于 2021-08-03 发布
from pprint import PrettyPrinter
pp = PrettyPrinter()

pp.pprint([1,2,3,4,5,6,7,8,9])