Lucky and even lucky numbers: Difference between revisions

Ellipses represents an infinite series of steps and should not be hidden in a previous step
(→‎{{header|Python}}: Moved some definitions around to further highlight diff between algorithm and argument handling.)
(Ellipses represents an infinite series of steps and should not be hidden in a previous step)
Line 13:
:* take the 5<sup>th</sup> number &nbsp; (which is &nbsp; ''' 13 ''')
:* remove every 13<sup>th</sup> number
:* take the 6<sup>th</sup> number ···
:···
 
<br>
'''definition of even lucky numbers'''
Line 27 ⟶ 29:
:* take the 5<sup>th</sup> number &nbsp; (which is &nbsp; ''' 12 ''')
:* remove every 12<sup>th</sup> number
:* take the 6<sup>th</sup> number ···
:···
 
'''task requirements'''
6,962

edits