发布时间:2019-09-07 08:06:06编辑:auto阅读(2741)
使用 pprint 模块
pprint 模块( pretty printer )
用于打印 Python 数据结构. 当你在命令行下打印特定数据结构时你会发现它很有用(输出格式比较整齐, 便于阅读).
import pprint
data = (
"this is a string", [1, 2, 3, 4], ("more tuples",
1.0, 2.3, 4.5), "this is yet another string"
)
pprint.pprint(data)
上一篇: Python海量数据处理之_Hadoop
下一篇: python 与ADB shell交互
53092
40017
34397
30147
25046
24846
23220
16700
14854
14350
685°
638°
697°
720°
765°
898°
859°
879°
973°
897°