How would I get the number 3.25 to round down to 3.2 in python.
I tried using string formatting to round to 1 digit but it only rounds up to 3.3, not down to 3.2.
How would I get the number 3.25 to round down to 3.2 in python.
I tried using string formatting to round to 1 digit but it only rounds up to 3.3, not down to 3.2.