摘要: product_list = [ ('iphone',5800), ('imac',15800), ('watch',9800), ('cloth',550), ('coffe latee',35), ('body call',200), ] shopping_list = [] salary = input('please input your ... 阅读全文
posted @ 2017-03-01 17:54 KaShing 阅读(273) 评论(0) 推荐(0)
摘要: Python3 简单的三级列表思路(初学者 比较low) 代码如下: 阅读全文
posted @ 2017-03-01 17:52 KaShing 阅读(361) 评论(0) 推荐(0)
摘要: Python3 中打印进度条(#)信息: 代码: time.sleep定义每隔0.1s将信息打印到屏幕上,打印50个# 高级版本: 可以打印进度条和百分比 阅读全文
posted @ 2017-03-01 17:40 KaShing 阅读(3934) 评论(0) 推荐(1)