I read about python following PEMDAS that is precedence of multiply is more than division.
I ran the following script
print 6*2/1*2
Order of precedence in Python
P
E
M D Left to right
Left to right
A S Left to right