Python Int to Scienfic String
scientific_notation = "{:e}".format(12300000)
Wide-eyed Wombat
scientific_notation = "{:e}".format(12300000)