how to round a number 2 points after decimal python code example Example: round decimal to 2 places python >>> round(1.4756,2) 1.48 >>> round(1.3333,2) 1.33