Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joegeorge022 authored Dec 18, 2024
1 parent 3901be9 commit 453572c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Day-17/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ print(f"{nth}th Fibonacci number: {fibonacci(nth)}") # Output: 7th Fibonacci nu

---

## 3. Sum of Digits Using Recursion
## 3. Sum of Digits of a Single number Using Recursion
Define a recursive function to calculate the sum of the digits of a positive integer
### Do this on your own. You know how to. This was taught in class

Expand Down

0 comments on commit 453572c

Please sign in to comment.