Dict retrieval - part 2
Level: Newbie
In this bite, we are going to revisit dictionaries. The point of a dictionary is that you have two pieces of information for each item, the key
and the value
.
Level: Newbie
In this bite, we are going to revisit dictionaries. The point of a dictionary is that you have two pieces of information for each item, the key
and the value
.