I've been reading about dictionaries (mostly about how to insert values) but the more I read about them, the more confused I get.
Are dictionaries and arrays two different data types? or are dictionaries just a array that's using values for it's indexes. I tried reading the documentation, and maybe this is me being stupid, but that didn't clear anything up. Any help is appreciated!