Skip to content

Commit 663d827

Browse files
authored
Update mandel-17.py
1 parent 39ccfaa commit 663d827

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

climbing-stairs/mandel-17.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ def combination(n, r):
2020
total += combination(combination_n, combination_r)
2121

2222
return int(total)
23-

0 commit comments

Comments
 (0)