Please use Python
o Determine whether the input integer is perfect number. (완전 o Perfect number is the number that summation of all divisors without itself is same with itself. Type the number: 6 Input number is the perfect number Type the number 496 Input number is the perfect number Type the number: 12 Input number is not the perfect number