摘要:
Python通过prettytable模块将输出内容如表格方式整齐输出,python本身并不内置,需要独立安装该第三方库。 import prettytable as pt ## 按行添加数据 tb = pt.PrettyTable() tb.field_names = ["City name", 阅读全文
posted @ 2018-07-27 10:22
konglingbin
阅读(7819)
评论(0)
推荐(0)