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

詳解 (共 1 筆)

#7092046
1. 題目解析 這道題目要求我們填入適...
(共 807 字,隱藏中)
前往觀看
0
0