tutorial.eyehunts.com
Python float precision to 2
You can use multiple ways to float precision to 2 decimal points in Python. Simple way is use str.format(number) with .2f inside the place...
Rohit