Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
single_digit_5
#python 2.7.12 def sd(input_number): input_number = str(input_number) value = 0 for x in input_number: value += int(x) if (value > 9): print sd(value) else: print (value) sd(9223) sd(31)
run
|
edit
|
history
|
help
0
1.problem_name_1
Filter dictionaries with specific keys
wordscapes
python
on_off
Python learning
Цідило
Temperature Converter
working with numbers
kkk