(In reply to
Better, not necessarily best answer by Larry)
I reran the same program but reversed the order of the loop;
I replaced:
for n in range(5229,2,-1):
with
for n in range(1,5230):
And I got the same result.
|
Posted by Larry
on 2023-04-13 12:48:56 |