Skip to content

Commit

Permalink
Merge pull request #59 from noemirieber/patch-6
Browse files Browse the repository at this point in the history
Update lab08.md
  • Loading branch information
ykharitonova authored Mar 3, 2020
2 parents c1d3af3 + 0b14098 commit 56332f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _lab/lab08.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ Remember to include docstrings and write your own test functions.
def recursiveDigitSum(n):
'''
Computes the sum of digits of a positive integer n.
For example, if n = 361, the digit sum is 3 + 6 + 1 = 10
Returns None of n is negative.
- Your solution must use recursion in order to receive credit.
'''
Expand Down

0 comments on commit 56332f1

Please sign in to comment.