Heronian triangles: Difference between revisions

→‎{{header|Python}}: Missed another import.
(→‎{{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
 
 
Anonymous user