28. 如附圖所示,在 Python 中,x 為 Pandas 的 DataFrame 物件,請問如何取出 10?(A) x.iloc[3,2] (B) x.loc[3,2] (C) x.loc[3,3] (D) x.iloc[3,3]