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
I feel comfortable using like this in python:
input_value=float(input()) print("{:,}".format(input_value))