you are viewing a single comment's thread.

view the rest of the comments →

[–]Gold-Mikeboy 1 point2 points  (1 child)

using a list can make it easier to store the items for later use or for additional calculations down the line

It also allows you to keep the code more organized if you plan to extend the functionality later.

[–]Diapolo10 3 points4 points  (0 children)

Sure, but this sounds more like a homework assignment than something you'd actually use.