[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fM108zmSW9gLkGBHyjGPSCrdb-vjvWIkLEmqYyL6t7MU":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":16,"related":17,"source":27,"type":28},[],"2025-12-28 15:01:53",290618762,[8,9,10,11],"True","False","1","-1",{"courseId":13,"courseImg":14,"courseName":15},"b5ea5cb9b2c0ec5ac4ff7097e92238c2","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F9c1e48361b00f3ee2086f4e259ed792b.jpg","计算机程序设计基础（Python语言）","print(True if 2&gt;=0 else False)语句的输出结果是()",[18,29,38,47,56,63,66,73,80,89],{"answer":19,"createTime":5,"id":20,"options":21,"question":26,"source":27,"type":28},[],290618757,[22,23,24,25],"Python分支使用保留字if、elif和else来实现,每个if后面必须有elif或else","if-else结构可以嵌套的","if语句会判断if后面的逻辑表达式,当表达式为真时,执行if后续的语句块","缩进是Python分支结构的语法部分,缩进不正确会影响分支功能","1.以下关于Python分支的描述中,错误的是( )","v1",0,{"answer":30,"createTime":5,"id":31,"options":32,"question":37,"source":27,"type":28},[],290618758,[33,34,35,36],"分支结构使用if 保留字","Python 中 if-else 语句用来形成二分支结构","Python 中 if-elif-else 语句描述多分支结构","分支结构可以向已经执行过的语句部分跳转","关于 Python 的分支结构,以下选项中描述错误的是( )",{"answer":39,"createTime":5,"id":40,"options":41,"question":46,"source":27,"type":28},[],290618759,[42,43,44,45],"分支结构","程序异常","跳转结构","顺序结构","以下的描述中,不属于Python语言控制结构的是( )",{"answer":48,"createTime":5,"id":49,"options":50,"question":55,"source":27,"type":28},[],290618760,[51,52,53,54],"not((ch&gt;='A' and ch&lt;='Z') or (ch&gt;='a' and ch&lt;='z') or (ch&gt;='0' and ch&lt;='9'))",".((ch&gt;='A' and ch&lt;='Z') or (ch&gt;='a' and ch&lt;='z') or (ch&gt;='0' and ch&lt;='9'))","not((ch&gt;='A' and ch&lt;='Z') or (ch&gt;='a' and ch&lt;='z') or (ch&gt;='0' or ch&lt;='9'))","not((ch&gt;='A' or ch&lt;='Z') or (ch&gt;='a' and ch&lt;='z') or (ch&gt;='0' and ch&lt;='9'))","判断ch既不是字母也不是数字字符( )",{"answer":57,"createTime":5,"id":58,"options":59,"question":62,"source":27,"type":28},[],290618761,[9,8,60,61],"不确定","错误","&gt;&gt;&gt;3 in(20,15,3,14,5) 的结果为( )",{"answer":64,"createTime":5,"id":6,"options":65,"question":16,"source":27,"type":28},[],[8,9,10,11],{"answer":67,"createTime":5,"id":68,"options":69,"question":72,"source":27,"type":28},[],290618763,[70,71,8,9],"2","3","以下代码的输出结果是(). a=2 b=3 c=a if a&lt;b else b print(c)",{"answer":74,"createTime":5,"id":75,"options":76,"question":79,"source":27,"type":28},[],290618764,[77,10,70,78],"0","5","以下代码的输出结果是(). a=17 b=6 result=a%b if(a%b&gt;4) else a\u002Fb print(result)",{"answer":81,"createTime":5,"id":82,"options":83,"question":88,"source":27,"type":28},[],290618765,[84,85,86,87],"equal","not equal","运行异常","以上结果都不对","以下代码的输出结果是(). x=2 y=2 if x==y: print(&quot;equal&quot;) else: print(&quot;not equal&quot;)",{"answer":90,"createTime":5,"id":91,"options":92,"question":97,"source":27,"type":28},[],290618766,[93,94,95,96],"if a&gt;0:x=20 else:x=200","if a&gt;0:x=20 else: x=200","if a&gt;0: x=20 else:x=200","if a&gt;0 x=20 else: x=200","以下if语句语法不正确的是()"]