摘要: >>> import pprint >>> pprint.pprint(data) ('this is a string', [1, 2, 3, 4], ('more tuples', 1.0, 2.3, 4.5), 'this is yet another string') >>... 阅读全文
posted @ 2014-01-03 16:40 前行者2011 阅读(115) 评论(0) 推荐(0) 编辑