摘要: 1.需求:从网站上获取整个页面 阅读全文
posted @ 2016-07-11 16:57 Blue眼泪2016 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 条件判断和循环 条件判断 age = 20 if age >= 18: print 'your age is',age print 'adult' elif age >=6 : print 'teenager' else: print 'kid' 循环 names = ['Michael','Bob 阅读全文
posted @ 2016-07-11 10:33 Blue眼泪2016 阅读(202) 评论(0) 推荐(0) 编辑