from decimal import Decimal x = Decimal(5.36)print(x) y = Decimal(10.56)print(y)
Standard input is empty
5.36000000000000031974423109204508364200592041015625 10.5600000000000004973799150320701301097869873046875
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!