問題詳情

65. Which of the following conditions correctly describes the output of this code in Python?


(A) first=[1,2,3,4,5],second=[1,2,3,4,5,6]
(B) first=[1,2,3,4,5,6] ,second = [1,2,3,4,5]
(C) first=[1,2,3,4,5] ,second = [1,2,3,4,5]
(D) first=[1,2 ,3,4,5,6] , second = [1,2,3,4,5,6]
(E) None of these 

參考答案

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