176729/does-python-give-wrong-answer-square-integer-division-python
x = 16 sqrt = x**(.5) #returns 4 sqrt = x**(1/2) #returns 1
I know I can import math and use sqrt, but I'm looking for an answer to the above. What is integer division in Python 2? This behavior is fixed in Python 3.
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.