mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Uncomment code that has been commented due to slow execution affecting Travis (#5745)
This commit is contained in:
parent
0124b73484
commit
dd19d8120d
@ -24,9 +24,8 @@ def solution() -> int:
|
|||||||
1. a**2 + b**2 = c**2
|
1. a**2 + b**2 = c**2
|
||||||
2. a + b + c = 1000
|
2. a + b + c = 1000
|
||||||
|
|
||||||
# The code below has been commented due to slow execution affecting Travis.
|
>>> solution()
|
||||||
# >>> solution()
|
31875000
|
||||||
# 31875000
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
Loading…
Reference in New Issue
Block a user