# 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.
Click the virtual machine below to start practicing