Using Python v2, I have a value running through my program that puts out a number rounded to 2 decimal places at the end:
like this:
print (\"Total
'{:20,.2f}'.format(TotalAmount)