Uncomment code that has been commented due to slow execution affecting Travis (#5745)

This commit is contained in:
Maxim Smolskiy 2021-11-02 16:07:07 +03:00 committed by GitHub
parent 0124b73484
commit dd19d8120d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,8 @@ def solution() -> int:
1. a**2 + b**2 = c**2
2. a + b + c = 1000
# The code below has been commented due to slow execution affecting Travis.
# >>> solution()
# 31875000
>>> solution()
31875000
"""
return [