SyntaxFix
Write A Post
Hire A Developer
Questions
Just use the formatting with %.2f which gives you rounding down to 2 decimals.
def printC(answer): print "\nYour Celsius value is %.2f C.\n" % answer