Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
single_digit
value = int(input("Enter Number: ")) add = 0 while(value > 0): reminder = value % 10 add = add + reminder val = val //10 print("\n Sum of all digits number is : %d" %value)
run
|
edit
|
history
|
help
0
Calculate Volume of Sphere
gj4
PyMenuClass2
hw1
Owl
Like.C.M.
List comprehension to search and add
factoriel function recursive
problem
HW4