1. 首页
  2. 数据库
  3. 其它
  4. python讲稿2 whilefor循环

python讲稿2 whilefor循环

上传者: 2021-02-01 09:34:42上传 PDF文件 42.49KB 热度 11次
if else语句 1.1 if else if 判断条件: 执行语句...... else: 执行语句...... # 例1:if 基本用法 score=65 if score<60: result='\u4e0d\u53ca\u683c' else result='\u53ca\u683c' 1.2 if elif else if 判断条件1: 执行语句1...... elif 判断条件2: 执行语句2...... elif 判断条件3: 执行语句3...... else: 执行语句4...... 比如: score=65 if score=60 && scor
用户评论