We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30231f commit 3abbc68Copy full SHA for 3abbc68
project_euler/problem_012/sol1.py
@@ -42,9 +42,9 @@ def solution():
42
"""Returns the value of the first triangle number to have over five hundred
43
divisors.
44
45
- # The code below has been commented due to slow execution affecting Travis.
46
- # >>> solution()
47
- # 76576500
+ The code below has been commented due to slow execution affecting Travis.
+ >>> solution()
+ 76576500
48
"""
49
tNum = 1
50
i = 1
0 commit comments