Python Print Float en notation scientifique
v = 2.50435-e03
'%.2E' % v
# returns '2.50E-03'
rebellion
v = 2.50435-e03
'%.2E' % v
# returns '2.50E-03'