問題詳情

86. What should be filled in the following blanks if we want to print {0 : [90, 'Alice'] ,1 : [87,'Bob' ] ,2 :[93, 'Apple' ] }in this Python code?


(A) z[i]=[x[i] ,y[i]]
(B)z[i]=x[il,y[i]
(C)z[ij=list(zip(x,y))
(D) z[i]=x,y
(E) None of these

參考答案

答案:A
難度:計算中-1
書單:沒有書單,新增