Wolstenholme numbers: Difference between revisions

Content added Content deleted
(Added Go)
m (→‎{{header|Python}}: typo in comment)
Line 281: Line 281:


=={{header|Python}}==
=={{header|Python}}==
<syntaxhighlight lang="python">""" rosettacode.orgwiki/Magnanimous_numbers """
<syntaxhighlight lang="python">""" rosettacode.orgwiki/Wolstenholme_numbers """


from fractions import Fraction
from fractions import Fraction