Lucky and even lucky numbers: Difference between revisions

→‎{{header|Perl 6}}: not incorrect unless the task is clarified the "wrong" way :-)
(→‎{{header|Python}}: Remove alternative use of islice().)
(→‎{{header|Perl 6}}: not incorrect unless the task is clarified the "wrong" way :-))
Line 80:
 
=={{header|Perl 6}}==
{{incorrect|Perl 6|command-line argument handling modified}}
<lang perl6>sub luck(\a,\b) {
gather {
Anonymous user