79260314

Date: 2024-12-07 09:21:18
Score: 2.5
Natty:
Report link

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

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: CN N