Float cetak Python dalam notasi ilmiah

v = 2.50435-e03
'%.2E' % v

# returns '2.50E-03'
rebellion