Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Problem Name: single_digit
def digitalSum(n): if n < 10 : return n return n % 10 + digitalSum( n // 10 )
run
|
edit
|
history
|
help
0
Gardener
Problem: binary
Decimal to Binary
codeacademy python tasks
Gettinginput from users
single_digit
working with strings
NormalizedTags
ab.py
Aisha Lesson 2