you like within the deadline. Your final submissio
be gra
1)What does h(19685) return for
the following function definition
def h(x):
(d,n) = (1,0)
while d <= X:
(d, n) = (d*3, n+1)
return(n)
1 poi
Answers
Answered by
0
Answer:
sorry but the question is not understandable
Similar questions