Computer Science, asked by pravx9673, 10 months ago

Def f(x):
d=0
while x ;= 1:
(x,d) = (x/5,d+1)
return(d)
f(4000)

Answers

Answered by thoratasha83
0

Explanation:

Will you please tell me what we have to do??

Similar questions