from decimal import Decimal

x = Decimal(5.36)
print(x)

y = Decimal(10.56)
print(y)