Converted the periodic table in lib.periodic_table into a dictionary type object.
The new Element container has been added for storing the information about each element in the
table. The Periodic_table object used the atomic symbol as a key for each Element instance.