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
0
Answer:
i don't know this answer for your question
Similar questions
Computer Science,
21 days ago
Math,
21 days ago
English,
21 days ago
Accountancy,
1 month ago
Math,
1 month ago
India Languages,
9 months ago
Computer Science,
9 months ago
Math,
9 months ago