Python Program to Check Perfect Number
What is Perfect Number?
A positive integer that is equal to the sum of its proper divisors.
For example, 6 is a perfect number
6 = 1 + 2 + 3
6 = 6
Tips: It is recommended to use our online Perfect Number calculator for better understanding.
Check Perfect Number
In the following example, we will check whether the given number (496) is a Perfect number or not.
Example
Output
Perfect Numbers between the Given Range
In the following example, we will find all the Perfect numbers between 1 and 1000.
Example
Output
Check Whether the Given Number is Perfect or Not
In the following example, we will check whether the given number is a Perfect Number or Not.
Example
Output
Reminder
Hi Developers, we almost covered 90% of String functions and Interview Question on Python with examples for quick and easy learning.
We are working to cover every Single Concept in Python.
Please do google search for:
Join Our Channel
Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.
This channel is primarily useful for Full Stack Web Developer.