(This came up in a code review.)
We currently have the blurb
There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the product a * b * c.
The tests don’t request the product, see 2018 discussion.
Should we remove “Find the product a * b * c.” from the blurb?