Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
strong1
sum = 0 num = int(input("Enter a number :")) temp = num while(num): f = 1 i =1 r= num%10 while(i<=r): f =f*i i = i+1 sum = sum+f num = num//10 if(sum==temp): print("The number is strong number") else: print("The number is not strong number")
run
|
edit
|
history
|
help
0
V
Example for striping string
Sum of two numbers
PyAnchorAlter
Python virables
set, tuple, and dict
sensi
Random number
PyClassLinSearch
Game2