Skip to content

Commit 37d095f

Browse files
Update dicethrow.py
1 parent b8cd15c commit 37d095f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dynamic Programming/dicethrow.py

-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ def findWays(f, d, s):
3636
print(findWays(6, 3, 8))
3737
print(findWays(4, 2, 5))
3838
print(findWays(4, 3, 5))
39-
40-
# This code is contributed by ankush_953

0 commit comments

Comments
 (0)