Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
kawaii
linearSearch.py
Dont know, Dont care
my first print
shuru9
contoh 3.1
Python3 complete func.
RANDOM NUMBER
kenken1
list_copy_shallow_deep.py
Please log in to post a comment.