試卷名稱:111年 - 111 國立中山大學_學士後醫學系招生考試:計算機概論與程式設計#113521
年份:111年
科目:研究所、轉學考(插大)、學士後-計算機概論
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