LOADING

python可视化打印(人类可阅读方式)

from prettyprinter import cpprint as p
p(123)

可以用pip install prettyprinter
进行安装

标签: python

添加新评论