OverIQ.com
Run (or Hit F9)
import math print(format(math.pi, "10.2f")) print(format(math.pi, "<10.2f")) # output the value left justfied