I have a basic question: a['name] vs b[val;'name] Do I understand the
first is a dictionary and I get the value that corresponds to a key
"name"? But what data structure is the second? Is that a list? I am
reading the code and trying to make sense of...