5. 如附圖所示為 Python 程式碼片段,下列敘述哪一項正確?(A) type(mycity1)結果是 list(B) mycity1 有 3 個元素(C) mycity1 == mycity2 結果為 True(D) mycity3[2] == mycity1 結果為 True