Smallest multiple: Difference between revisions

(→‎{{header|Python}}: Added a variant with output which diverges from the other Python version)
Line 500:
 
 
Or, defining '''lcm''' a little differently, and obtaining results that seem to diverge from those above for N=200 (but match those in Julia, Raku etc for N=200 and N=2000):
<lang python>'''Smallest multiple'''
 
9,655

edits