round float to some decimals code example Example: round decimal to 2 places python >>> round(1.4756,2) 1.48 >>> round(1.3333,2) 1.33