摘要: 1. 没有 switch 语句,只能用 if 和 elif 来实现。2. while … else 语句3. 循环数组的例子: # -*- coding: UTF-8 -*- fruits = ['banana', 'apple', 'mango'] for index in range(len(f 阅读全文
posted @ 2018-05-11 09:47 chy1000 阅读(155) 评论(0) 推荐(0) 编辑