///////////////////////////////////////////////////////////////////////////////////// -------------------------- Dictionary ------------------------------ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ This is a little implementation of dictionaries. If you already know the python dictionaries, it works the same (but without any UI). If you don't know what it is, here's a little explanation: A dictionary is a way to organize data using a key and a value, every value is joined to it's own unique key, to access a value to use do it from the key. If you want to use it, there is some explanation inside. To use the demo, press [space] to add and replace a value, press [g] to get the value and [c] to check if the key exist. Press [r] to remove a key form the dict. If you want to use it just credit please Credits: to the computer scientist who invented it else all by me