#一、字典常见操作
1、 创建字典 Dict {“numpy”:6,“pandas”:7,“sklearn”:8,“matplotlib”:9}
2、 查看 sklearn 对应的 values 值
3、 查看字典 Dict 的键值信息
4、 斐波那契数列实现