good
we are both confused some, I feel better.
I want to gain mastery.
for p in pareto:
I need help to understand this.
Is this the same as:
for row in pareto:
or is it
for col in pareto:
and what is this called?
Or are col and row keywords for pydatasets, and if you say for {anything} in {anything}
it just grabs the list items?
if it is grabbing the list items, I think I need to know how to grab a list item inside a list of lists
Because I think I used the technique I learned in Java, where I iterate through the array by i and j