transactions = [-100, -200, -100, 1000, 50, -90] l = (transactions) print(l) for i in range(l): if i > 0: print(suma(i))