Closed nssk1999 closed 4 years ago
solved the problem mention the issue #356 created by me
Create a function that returns "even" if a number has an even number of factors and "odd" if a number has an odd number of factors.
Examples factor_group(33) ➞ "even"
factor_group(36) ➞ "odd"
factor_group(7) ➞ "even"
enter here if you have any details
Program Name - Even or Odd Number of Factors Issue No.- #356
Type issue number after hash(#)
solved the problem mention the issue #356 created by me
Description
Create a function that returns "even" if a number has an even number of factors and "odd" if a number has an odd number of factors.
Examples factor_group(33) ➞ "even"
factor_group(36) ➞ "odd"
factor_group(7) ➞ "even"
enter here if you have any details
Program Name - Even or Odd Number of Factors Issue No.- #356
Checklist(self check)