This project contains all the utility functions that help find whether the given number is (Even, Odd, Prime, Armstrong, Palindrome, Perfect).
The project contains all the utility functions which are useful to find the specific property or characteristic of the given number, The project contains functions that find whether the given number is Even or Odd or Prime or Armstrong number or Perfect number or Palindrome. It also has the functions Gcd and Lcm which help us to find the gcd and lcm of given two numbers. It helps the user to find the number's characteristics, Every utility function returns True if it holds the property and False if not, except the gcd and lcm which returns an integer which can be gcd or lcm.
Submitted by Shaik Azeem Pasha (Azeem)
Download packets of source code on Coders Packet
Comments