Data Type Python Tutorial

import decimal                               # Decimals
d = decimal.Decimal('3.141') 
print d + 1