vice.elements.element.symbol ============================ Type : ``str`` The one- or two-letter symbol of this element as it appears on the periodic table. Example Code ------------ >>> import vice >>> vice.elements.Fe.symbol 'Fe' >>> example = vice.elements.element("sr") >>> example.symbol = "Mg"