I have x = 364567.254831
I have tried like this but it doesn't work
x=364567.254831
print '%0.14E'%x
output is
3.64567254831000E+05
I want like this
0.36364567254831000E+06
I have x = 364567.254831
I have tried like this but it doesn't work
x=364567.254831
print '%0.14E'%x
output is
3.64567254831000E+05
I want like this
0.36364567254831000E+06