What is the value of f(3456) for the function below?
def f(x):
d=0
while x = 1:
(x,d) = (x/7,d+1)
return(d)

Posted on by