mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +00: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