[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fPRO_t18jnsha-3LBY2FCV2fsN9kt2WHdYcYDKS-bJXI":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":16,"related":17,"source":28,"type":29},[],"2023-10-20 14:30:55",100829029,[8,9,10,11],"159","157","153","152",{"courseId":13,"courseImg":14,"courseName":15},"62b50745c19c12adf2510df5497995ad","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F462b8a17090282ecdebab3bf6565e396.JPG","python程序设计A","下面代码的输出结果是(). for n in range(100,200): i = n \u002F\u002F 100 j = n \u002F\u002F 10 % 10 k = n % 10 if n == i ** 3 + j ** 3 + k ** 3: print(n)",[18,30,39,44,52,61,70,79,88,97],{"answer":19,"createTime":20,"id":21,"options":22,"question":27,"source":28,"type":29},[],"2023-10-20 14:30:54",100829010,[23,24,25,26],"continue结束整个循环过程,不再判断循环的执行条件","遍历循环中的遍历结构可以是字符串、文件、组合数据类型和range()函数等","Python通过for、while等保留字构建循环结构","continue用来结束当前当次语句,但不跳出当前的循环体","关于Python循环结构,以下选项中描述错误的是()","v1",0,{"answer":31,"createTime":20,"id":32,"options":33,"question":38,"source":28,"type":29},[],100829011,[34,35,36,37],"Hello","HelloWorld","Helloorld","World","下面代码的输出结果是().for s in &quot;HelloWorld&quot;: if s==&quot;W&quot;: continue print(s,end=&quot;&quot;)",{"answer":40,"createTime":20,"id":41,"options":42,"question":43,"source":28,"type":29},[],100829013,[35,36,37,34],"下面代码的输出结果是().for s in &quot;HelloWorld&quot;: if s==&quot;W&quot;: break print(s,end=&quot;&quot;)",{"answer":45,"createTime":20,"id":46,"options":47,"question":51,"source":28,"type":29},[],100829015,[48,49,50,50],"P,y,t,h,o,n","P y t h o n","Python","下面代码的输出结果是().for i in &quot;Python&quot;: print(i,sep=&quot;,&quot;,end=&quot; &quot;)",{"answer":53,"createTime":20,"id":54,"options":55,"question":60,"source":28,"type":29},[],100829017,[56,57,58,59],"random.randint(1,10)生成[1,10]之间的整数","&quot;import random&quot;这行代码是可以省略的","这段代码实现了简单的猜数字游戏","&quot;while True:&quot;创建了一个永远执行的While循环","给出如下代码:import randomnum = random.randint(1,10)while True: guess = input() i = int(guess) if i == num: print(&quot;你猜对了&quot;) break elif i &lt; num: print(&quot;小了&quot;) else: print(&quot;大了&quot;)以下选项中描述错误的是()",{"answer":62,"createTime":20,"id":63,"options":64,"question":69,"source":28,"type":29},[],100829021,[65,66,67,68],"循环内语句块执行了11次","sum += i可以写为sum=sum+i","如果print(sum)语句完全左对齐,输出结果不变","输出的最后一个数字是50","给出如下代码:sum = 0for i in range(1,11): sum += i print(sum)以下选项中描述 正确 的是:()",{"answer":71,"createTime":20,"id":72,"options":73,"question":78,"source":28,"type":29},[],100829023,[74,75,76,77],"14","1000","15","13","给出下面代码:k=10000while k&gt;1: print(k) k=k\u002F\u002F2上述程序的运行次数是:()",{"answer":80,"createTime":20,"id":81,"options":82,"question":87,"source":28,"type":29},[],100829025,[83,84,85,86],"4,6,8,9","2,4,6,8,10","2,4,6,8","3,5,5,5,7,7,7,7,7,9","下面代码的输出结果是for num in range(2,10): if num &gt; 1: for i in range(2,num): if (num % i) == 0: break else: print(num, end=&quot;,&quot;)",{"answer":89,"createTime":20,"id":90,"options":91,"question":96,"source":28,"type":29},[],100829026,[92,93,94,95],"5.17","8.39","3.5","6.77","下面代码的输出结果是(). a = 2.0 b = 1.0 s = 0 for n in range(1,4): s += a \u002F b t = a a = a + b b = t print(round(s,2))",{"answer":98,"createTime":5,"id":6,"options":99,"question":16,"source":28,"type":29},[],[8,9,10,11]]