fork download
  1. from decimal import Decimal
  2.  
  3. x = Decimal(5.36)
  4. print(x)
  5.  
  6. y = Decimal(10.56)
  7. print(y)
Success #stdin #stdout 0.02s 9808KB
stdin
Standard input is empty
stdout
5.36000000000000031974423109204508364200592041015625
10.5600000000000004973799150320701301097869873046875