I have this:
print('bionumbers:',bionumbers)
which outputs:
bionumbers: 9381343483.4
How can I output this value in exponent notation?
I have this:
print('bionumbers:',bionumbers)
which outputs:
bionumbers: 9381343483.4
How can I output this value in exponent notation?