摘要: 英文文档: __import__(name, globals=None, locals=None, fromlist=(), level=0) This function is invoked by the import statement. It can be replaced (by impor 阅读全文
posted @ 2016-12-04 21:19 十月狐狸 阅读(10417) 评论(0) 推荐(0) 编辑
摘要: 英文文档: zip(*iterables) Make an iterator that aggregates elements from each of the iterables. Returns an iterator of tuples, where the i-th tuple contai 阅读全文
posted @ 2016-12-04 13:25 十月狐狸 阅读(1064) 评论(0) 推荐(0) 编辑