We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcde58 commit 176e801Copy full SHA for 176e801
project_euler/problem_02/sol4.py
@@ -34,7 +34,7 @@ def solution(n):
34
>>> solution(34)
35
44
36
>>> solution(3.4)
37
- 3
+ 2
38
>>> solution(0)
39
Traceback (most recent call last):
40
...
0 commit comments