[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fR6rRqOoCQxOQ3TGWrJCVLoTspX6oAqgN406uAdyl1yI":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":19,"related":20,"source":29,"type":30},[],"2025-11-13 15:41:49",233311881,[8,9,10,11],"8.39","6.77","5.17","3.5",{"count":13,"courseId":14,"courseImg":15,"courseName":16,"workId":17,"workName":18},10,"53e1d2ef4961cca8eea3e23969ad2cb9","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F03a579384a6dc297c89809b582fcc767.png","默认课程","work_47815363","Python作业7-循环结构","下面代码的输出结果是() a=2.0 b=1.0 s=0 for n in range(1,4): s+=a\u002Fb t=a a=a+b b=t print(round(s,2))",[21,31,40,49,54,63,72,81,90,93],{"answer":22,"createTime":5,"id":23,"options":24,"question":28,"source":29,"type":30},[],233311873,[25,26,26,27],"Python","P y t h o n","P,y,t,h,o,n","下面代码的输出结果是() for i in 'Python': print(i,end=' ')","v1",0,{"answer":32,"createTime":5,"id":33,"options":34,"question":39,"source":29,"type":30},[],233311874,[35,36,37,38],"10","12","14","16","age=23 start=2 if age%2!=0: start=1 for x in range(start,age+2,2): print(x) 上面程序输出值的个数是()",{"answer":41,"createTime":5,"id":42,"options":43,"question":48,"source":29,"type":30},[],233311875,[44,45,46,47],"1,2","1,2,3","1,2,3,4","1,2,3,4,5","下面代码的输出结果是() for i in range(1,6): if i%3==0: break else: print(i,end=',')",{"answer":50,"createTime":5,"id":51,"options":52,"question":53,"source":29,"type":30},[],233311876,[44,45,46,47],"下面代码的输出结果是() for i in range(1,6): if i\u002F3==0: break else: print(i,end=',')",{"answer":55,"createTime":5,"id":56,"options":57,"question":62,"source":29,"type":30},[],233311877,[58,59,60,61],"-49","49","50","-50","下面代码的输出结果是() sum=0 for i in range(0,100): if i%2==0: sum-=i else: sum+=i print(sum)",{"answer":64,"createTime":5,"id":65,"options":66,"question":71,"source":29,"type":30},[],233311878,[67,68,69,70],"1,3","1,4","1,4,7","1,3,5,7,9","下面代码的输出结果是() for i in range(1,10,2): print(i,end=',')",{"answer":73,"createTime":5,"id":74,"options":75,"question":80,"source":29,"type":30},[],233311879,[76,77,78,79],"23","46","94","190","下面代码的输出结果是() x2=1 for day in range(4,0,-1): x1=(x2+1)*2 x2=x1 print(x1)",{"answer":82,"createTime":5,"id":83,"options":84,"question":89,"source":29,"type":30},[],233311880,[85,86,87,88],"152","153","157","159","下面代码的输出结果是() for n in range(100,200): i=n\u002F\u002F100 j=n\u002F\u002F10%10 k=n%10 if n==i**3+j**3+k**3: print(n)",{"answer":91,"createTime":5,"id":6,"options":92,"question":19,"source":29,"type":30},[],[8,9,10,11],{"answer":94,"createTime":5,"id":95,"options":96,"question":101,"source":29,"type":30},[],233311882,[97,98,99,100],"mi","mir","mirro","mirror","下面代码的输出结果是() for a in 'mirror': print(a,end=&quot;&quot;) if a=='r': break"]