Dictionaries

--Originally published at Just A Turtle Coding.

Yeah, you can have dictionaries in Python…
To create them it’s really easy, you type in the name and then start adding the elements. It is important that you type in the key:object since the key is what will define that value/string/object.

It is called dictionary because of the resemblance it has with a real dictionary where you read the word and its meaning. 

You can have as many dictionaries as you like, you only have to remember the name and the key; or you could just call the dictionary and it will print it. 

Remember that you can create dictionaries whenever you like. 

More info on this topic on: http://christa-vanilla98.blogspot.mx/