Computer Science, asked by siri10064, 1 month ago

What is f(90)-f(89) given the definition of f below?
def f(n) :
s = 0
for i in range(2,n):
if n%i==0 and i%2==1:
s=s+1
return(s)​

Answers

Answered by unknown6058
2

Answer:

can't read and understand

Explanation:

pls ask simple question

Similar questions