I want to divide
300/266336
my console responds 0 even if I do
x = 300/266336
print "%.12f" % x
the answer is 0.000000000000 I know that the answer is 0,0011263967319476 What is wrong? How to do this in console, and why does it not work in file.py?