Python Int к научной строке
scientific_notation = "{:e}".format(12300000)
Wide-eyed Wombat
scientific_notation = "{:e}".format(12300000)