Computer Science, asked by Vishwampatidar723, 1 month ago

Consider the following function h.
def h(n):
s = True
for i in range(1,n+1):
if i*i == n:
s = False
return(s)
The function h(n) given above returns False for a positive number n if and only if:

Answers

Answered by poornimanayak157
0

Answer:

i don't know this answer for your question

Similar questions