Question: Write a simple python code to convert a number to scientific notation. (x 10 integer ) For example, if, input=33455.0000 output = 3.34550000 x 10
Write a simple python code to convert a number to scientific notation. (x 10integer)
For example,
if,
input=33455.0000
output = 3.34550000 x 104
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
