python int para string científica
scientific_notation = "{:e}".format(12300000)
Wide-eyed Wombat
scientific_notation = "{:e}".format(12300000)