摘要: 上图仅适用python2 阅读全文
posted @ 2018-02-10 18:31 minkillmax 阅读(156) 评论(0) 推荐(0) 编辑
摘要: #__author: hasee #date: 2018/2/4 # dic={1:'liu','age':35,'hobby':{'girl_name':'金箍棒','age':45},'is_handsome':True} # dic={'age':'liu','age':35,'hobby':{'girl_name':'金箍棒','age':45},'is_h 阅读全文
posted @ 2018-02-10 11:04 minkillmax 阅读(212) 评论(0) 推荐(0) 编辑
摘要: #__author: hasee #date: 2018/2/4 product_list=[ ('Mac',9000), ('kindle',800), ('tesla',900000), ('python book',105), ('bike',2000), ] saving=input('please input your money:')... 阅读全文
posted @ 2018-02-10 11:01 minkillmax 阅读(161) 评论(0) 推荐(0) 编辑