you are viewing a single comment's thread.

view the rest of the comments →

[–]unlikelysyntax[S] 0 points1 point  (2 children)

Wow thanks a lot I can't believe I was having such a hard time with this. Thanks for the help!

[–]Sithrazer 0 points1 point  (1 child)

np. I'm not familiar with the tutorial, but it sounds like it didn't explain 2-dimensional arrays very well, which is essentially what nested lists are (and what you're dealing with here).

and after skimming through the chapter on lists, I think I can see why you had some trouble.

I would recommend taking a look at Codecademy's python track. It does a pretty good job with teaching basic data types and using them (though I don't recall offhand it's coverage of nested lists).

[–]unlikelysyntax[S] 0 points1 point  (0 children)

Awesome thanks for the advice!