Question
Which Python type is most appropriate for storing the value 3.75?
Select an option. Your answer will be checked instantly.
Correct Answer: B. `float`
Explanation:
A float represents numbers containing a fractional or decimal component. An integer type would not directly represent 3.75 as written.
Leave a Reply