🌈 搜索
📅  最后修改于: 2022-03-11 14:47:02.996000             🧑  作者: Mango
def simpleArraySum(ar): x=0 for i in range(0,ar_count): x = x + ar[i] return x