Python  1.0
Namespaces | Functions
_04c_perfect.py File Reference

Namespaces

 _04c_perfect
 Looking for perfect numbers.
 

Functions

def _04c_perfect.is_perfect (num)
 Checks whether a given number is perfect. More...
 
def _04c_perfect.find_perfect (n)
 Finds the first n perfect numbers. More...
 
def _04c_perfect.main ()
 Main function for testing. More...