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(6), B(0), C(1), D(0), E(0) #3081416
統計: A(6), B(0), C(1), D(0), E(0) #3081416