🌈 搜索
📅  最后修改于: 2022-03-11 14:45:10.417000             🧑  作者: Mango
my_list = [1,2,3,4] import numpy as np print("mean = ", np.mean(my_list))