Example: User needs .5 gallons of paint for a wall. User must purchase entire gallon.
This needs to be rounded up after calculations have taken place or it will affect the math
Example: User needs .5 gallons of paint for a wall. User must purchase entire gallon.
This needs to be rounded up after calculations have taken place or it will affect the math
Already answered, you can use the ceil function in the math module. How do you round UP a number in Python?