Respuesta :

R00Ken
total = 0

for i in numbers:
    total += i

print total

You might need ot reformat it slightly based on what is in your psuedocode guide so that it is closer to what they are expecting.