Check Perfect Number Program

# Introduction In this lab, you are required to write a program that checks whether a given integer is a perfect number by defining a function named `check_perfect()` that returns `True` if the number is perfect and `False` otherwise.

|60 : 00

Click the virtual machine below to start practicing