import math import decimal from decimal import Decimal number = math.ceil(16650 / 40)/100 print(number)