temp2 = 1/1120print(str(temp2))
temp2 = float(1)/1120
from __future__ import division print 1 / 1120
temp2 = 1./1120 print(str(temp2))