您可以使用Pandas,如下所示:
import pandas as pd df = pd.DataFrame([A,B,C]) answer = dict(df.mean()) print(answer)