python3访问map

python2打印map对象可以直接print map

但是python3需要将之转为list对象,print(list(map))

posted @ 2018-01-15 17:01  crr121  阅读(114)  评论(0编辑  收藏  举报