import pandas as pd box1=['apple','orange','purple'] box_2=['產地'] box_3='日期' box1.extend(box_2) box1.extend(box_3) print(box1).
確定! 回上一頁