[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f5qamQzh4BMEoxcfxy1qXdore9ueV8DIJZcremj6_zj4":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":19,"related":20,"source":24,"type":25},[],"2025-03-24 15:12:49",180133737,[8,9,10,11],"ls.pop(1)","del ls[0]","ls = ls[1:]","ls.remove(1)",{"count":13,"courseId":14,"courseImg":15,"courseName":16,"workId":17,"workName":18},22,"faa2a6b8e8abfe8d32eb1ddbad9faa26","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F3d18244cebfc0039d964dc360a8b8ac8.jpg","Python程序设计（双语）","exam_150180247","5 list","ls=[1,2,3,4,5],which of the following choices could NOT remove the first element from the list",[21,26,35,43,52,61,70,79,88,97],{"answer":22,"createTime":5,"id":6,"options":23,"question":19,"source":24,"type":25},[],[8,9,10,11],"v1",0,{"answer":27,"createTime":5,"id":28,"options":29,"question":34,"source":24,"type":25},[],180133738,[30,31,32,33],"No output","t","f","Error","What will be the output of the following Python code? ['f', 't'][bool('spam')]",{"answer":36,"createTime":5,"id":37,"options":38,"question":42,"source":24,"type":25},[],180133739,[39,33,40,41],"[('PUNE', 4), ('MUMBAI', 6), ('DELHI', 5)]","[PUNE, 4, MUMBAI, 6, DELHI, 5]","['PUNE', 4, 'MUMBAI', 6,'DELHI', 5]","What will be the output of the following Python code? &gt;&gt;&gt; s=[&quot;pune&quot;, &quot;mumbai&quot;, &quot;delhi&quot;] &gt;&gt;&gt; [(w.upper(), len(w)) for w in s]",{"answer":44,"createTime":5,"id":45,"options":46,"question":51,"source":24,"type":25},[],180133740,[47,48,49,50],"4","10","[1,3,6,10]","[1,3,5,7]","What will be the output of the following Python code? a=[1,2,3,4] b=[sum(a[0:x+1]) for x in range(0,len(a))] print(b)",{"answer":53,"createTime":5,"id":54,"options":55,"question":60,"source":24,"type":25},[],180133741,[56,57,58,59],"[1, 3, 2, 3, 2, 1]","[2, 6, 4]","[1, 3, 2, 1, 3]","[1, 3, 2, 1, 3, 2]","Suppose list1 is [1, 3, 2], What is list1 * 2",{"answer":62,"createTime":5,"id":63,"options":64,"question":69,"source":24,"type":25},[],180133742,[65,66,67,68],"&gt;&gt;&gt; numbers[0::3] [1, 3, 5, 7, 9]","&gt;&gt;&gt; numbers[: -1] [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]","&gt;&gt;&gt; numbers[0: 2] [1, 2, 3]","&gt;&gt;&gt; numbers[-2:] [9, 10]","numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], which output of the following choices is correct",{"answer":71,"createTime":5,"id":72,"options":73,"question":78,"source":24,"type":25},[],180133743,[74,75,76,77],"no output","morning","error","hello","What will be the output of the following Python code snippet? ['hello', 'morning'][bool('')]",{"answer":80,"createTime":5,"id":81,"options":82,"question":87,"source":24,"type":25},[],180133745,[83,84,85,86],"[13, 56, 17, 87,[ 45, 67]]","[13, 56, 17, 87, 45, 67]","[13, 56, 17, [87], [45, 67]]","[13, 56, 17, [87], 45, 67]","What will be the output of the following Python code? a=[13,56,17] a.append([87]) a.extend([45,67]) print(a)",{"answer":89,"createTime":5,"id":90,"options":91,"question":96,"source":24,"type":25},[],180133747,[92,93,94,95],"['good']","['good', '#450']","['oh!', 'excellent!', '#450']","['good', 'oh', 'excellent', '450' ]","What will be the output of the following Python code? &gt;&gt;&gt; l=[&quot;good&quot;, &quot;oh!&quot;, &quot;excellent!&quot;, &quot;#450&quot;] &gt;&gt;&gt; [n for n in l if n.isalpha() or n.isdigit()]",{"answer":98,"createTime":5,"id":99,"options":100,"question":105,"source":24,"type":25},[],180133748,[101,102,103,104],"[3, 7, 8, 6, 1, 2] [3, 7, 8, [9, 10], 1, 2]","Syntax error","[3,[7,8],6,1,2] [3, 7, 8, 9, 10, 1, 2]","[3,4,6,7,8] [9,10,4,6,7,8]","What will be the output of the following Python code? lst=[3,4,6,1,2] lst[1:2]=[7,8] print(lst) lst[3]=[9,10] print(lst)"]