[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f8m8r4CLccqszSaYa9hE8olboDS_MGNWBmtz8E-Tn-WE":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":19,"related":20,"source":30,"type":31},[],"2024-12-30 15:07:28",175186348,[8,9,10,11],"1 3","1 2 3 4","2 4","1 3 5",{"count":13,"courseId":14,"courseImg":15,"courseName":16,"workId":17,"workName":18},40,"8a690a2c76e39e05085a508e82d56953","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F9c1e48361b00f3ee2086f4e259ed792b.jpg","Python编程基础（微课版）","work_40018285","期末复习题","观察下面代码,请选择正确的输出结果 for i in range(1, 5): if i % 2 == 0: continue print(i, end=' ')",[21,32,41,50,53,62,72,81,90,99],{"answer":22,"createTime":5,"id":23,"options":24,"question":29,"source":30,"type":31},[],175186342,[25,26,27,28],"10","0","除数不能为零","程序崩溃","观察下面代码,请选择正确的输出结果 def divide(a, b): try: return a \u002F b except ZeroDivisionError: return &quot;除数不能为零&quot;print(divide(10, 0))","v1",0,{"answer":33,"createTime":5,"id":34,"options":35,"question":40,"source":30,"type":31},[],175186344,[36,37,38,39],"0 1 2 3 4","0 1 2 3 4 5","0 1 2 3","无限循环","观察下面代码,请选择正确的输出结果 x = 0 while True: if x &gt; 4: break print(x, end=' ') x += 1",{"answer":42,"createTime":5,"id":43,"options":44,"question":49,"source":30,"type":31},[],175186346,[45,46,47,48],"8 6 4 2","8 6 4","8 6 4 2 0","8 6 4 2 0 -2","观察下面代码,请选择正确的输出结果 x = 10 while x &gt; 0: x -= 2 if x == 5: break print(x, end=' ')",{"answer":51,"createTime":5,"id":6,"options":52,"question":19,"source":30,"type":31},[],[8,9,10,11],{"answer":54,"createTime":5,"id":55,"options":56,"question":61,"source":30,"type":31},[],175186350,[57,58,59,60],"大于10","小于10","等于10","没有输出","观察下面分支语句代码,请选择正确的输出结果 x = 5 if x &gt; 10: print(&quot;大于10&quot;) elif x &lt; 10: print(&quot;小于10&quot;)else: print(&quot;等于10&quot;)",{"answer":63,"createTime":64,"id":65,"options":66,"question":71,"source":30,"type":31},[],"2024-12-30 15:07:29",175186352,[67,68,69,70],"3.33","3","4","3.0","关于除法运算,下面运算结果正确的是 x = 10 y = 3 print(x \u002F\u002F y)",{"answer":73,"createTime":64,"id":74,"options":75,"question":80,"source":30,"type":31},[],175186353,[76,77,78,79],"cde","def","abc","efg","观察下面代码,请选择正确的输出结果 u = &quot;abcdefg&quot; print(u[2:5])",{"answer":82,"createTime":64,"id":83,"options":84,"question":89,"source":30,"type":31},[],175186354,[85,86,87,88],"11.0","11","12.0","12","观察下面代码,请选择正确的输出结果 x = 11.4 y = int(x) print(y)",{"answer":91,"createTime":64,"id":92,"options":93,"question":98,"source":30,"type":31},[],175186355,[94,95,96,97],"150","8070","0807","7080","观察下面代码,请选择正确的输出结果 x = '80' y = 70 z = int(x) + y print(z)",{"answer":100,"createTime":64,"id":101,"options":102,"question":106,"source":30,"type":31},[],175186356,[103,104,105,26],"110","5060","6050","观察下面代码,请选择正确的输出结果 x = '50' y = 60 z = x + str(y) print(z)"]