Horje
search number is complete or no python Code Example
search number is complete or no python
number=int(input("enter the number :"))
s=0
for i in range (1,number):
    if(number%i==0):
        s+=i
if(s==number):
    print("the number is true")    
else :
    print("the number is not true")




Python

Related
Compute Jordan normal form of matrix in Python / NumPy Code Example Compute Jordan normal form of matrix in Python / NumPy Code Example
"setFlag(QGraphicsItem.ItemIsMovable)" crash Code Example "setFlag(QGraphicsItem.ItemIsMovable)" crash Code Example
cmd clear command for anaconda Code Example cmd clear command for anaconda Code Example
python detect tty Code Example python detect tty Code Example
open python file with read write permissions Code Example open python file with read write permissions Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7