Computer Science, asked by Dhayapity8239, 4 hours ago

What is the value of g(728) for the function below?

def g(y):
b = 0
while y >= 3:
(y,b) = (y/3,b+1)
return(b)

Answers

Answered by MissQueenOfFashion
0

Answer:

refer to the attachment drop some thx plz

Attachments:
Similar questions