Data Type Python Tutorial

format = "Pi with three decimals: %.3f" 
from math import pi 
print format % pi