First time here? Check out the FAQ!
answered 2015-03-10 23:50:08 +0100
I find that the easiest way to to convert to a python floating point before printing.
float(24/5) #-> 4.8 "%.4f" % float(26/3) #-> 8.6667