i want to run a simple program with large integers. Program is to calculate "Perfect Number"
def is_perfect(x): sum_of_positive_divisors = 0