Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from decimal import *
- decimal = Decimal(10.5)
- print(decimal)
- decimal = decimal * 2
- print (decimal)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement