First time here? Check out the FAQ!
answered 2016-10-19 03:34:55 +0100
Changing the print statement to print "phi{0} = {1}".format(i,f) should do the job.
"phi{0} = {1}".format(i,f)