Heronian triangles: Difference between revisions

Content deleted Content added
→‎{{header|Python}}: Whoops. Missed an import.
→‎{{header|Python}}: Missed another import.
Line 32:
<lang python>from math import sqrt
from fractions import gcd
from itertools import product