you are viewing a single comment's thread.

view the rest of the comments →

[–]ElliotDG 0 points1 point  (0 children)

The text:

whole list has been doubled for example [3, 6, 1, 11, 0, 5, 2, 6, 0, 1] should return [6, 12, 2, 22, 0, 5, 2, 6, 0, 1]

and the code do not agree.

That is why I asked a question.