会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
海布里Smiple
一点点
博客园
首页
新随笔
联系
订阅
管理
2017年12月17日
Python字典、函数、全局/局部变量
摘要: 字典 1 dict1 = {'name':'han','age':18,'class':'first'} 2 print(dict1.keys()) #打印所有的key值 3 print(dict1.values()) #打印所有的values值 4 print("dict1['name']:",d
阅读全文
posted @ 2017-12-17 18:00 海布里Simple
阅读(2535)
评论(0)
推荐(0)
公告