Computer Science, asked by simranheer0, 6 months ago

How would you express the constant floating-point value 3.2 × 10-12 in Python:​

Answers

Answered by rajansharma46
13

Answer:

3.2e-12

We’re looking for a constant value, so an expression like 3.2 * 10 ** -12 would not be a valid answer in this case.

Explanation:

MARK ME AS BRAINLIEST

Similar questions