
Explanation:
The correct answer is D. decimal.Decimal.
Explanation:
decimal.Decimal, guaranteeing that decimal values retain their exact precision during conversions.Incorrect Options:
Key Points:
decimal.Decimal is often the preferred choice over float due to its fixed-precision capability.No comments yet.