how to round a number up in python no matter what the value is code example Example: python round down >>> int(1.6) 1 >>> int(2) 2 >>> int(3.9) 3