Idoneal numbers: Difference between revisions

m
no edit summary
m (trans not working)
mNo edit summary
Line 22:
 
=={{header|Python}}==
{{trans|Raku}}
<syntaxheadersyntaxhighlight lang="python">''' Rosetta code task: rosettacode.org/wiki/Idoneal_numbers '''
 
 
Line 45 ⟶ 46:
row += 1
print(f'{n:5}', end='\n' if row % 13 == 0 else '')
</syntaxheadersyntaxhighlight>{{out}}
<pre>
1 2 3 4 5 6 7 8 9 10 12 13 15
4,111

edits