I'm getting seemingly unfounded errors with this seemingly easy program..
the variables "guess" and "i" are user input
for guess in range (i):
float(guess + float(x / guess)) / 2
print guess
I'm getting: ZeroDivisionError: integer division or modulo by zero