ex1.py (114B)
1 # -*- coding: utf-8 -*- 2 3 varia = 342.355 4 inc = 12.00 5 6 print "%f inches is %f centimeters" % (inc, inc * 2.51)