Perfect Number Program in Python
A Perfect Number is a positive integer that is equal to the sum of its proper divisors, excluding the number itself. Example: 6 is a perfect number because its divisors (excluding itself) are 1, 2, and 3, and their sum is 6 (1 + 2 + 3 = 6).28 is a perfect number because its divisors are 1, 2, 4, 7,