1 需要 在官网 下载对应的执行包。。。
2,
# !/usr/bin/python3.4 # -*- coding: utf-8 -*- b = { 'video':0, 'music':23 } print(list(b.keys())) # ['music', 'video']