+ 1
Do dictionaries index not start at 0 like an array?
3 odpowiedzi
+ 1
you do not use an index to get the data from a dictionary.
+ 1
You use a key to retrieve data. Which has an associated value.
0
dictionary don't have indexes you can use Key's for retrieving data from dictionary