Thue-Morse: Difference between revisions

m
perl example: remove the loop variable in the for loop, it's not needed
(add perl example)
m (perl example: remove the loop variable in the for loop, it's not needed)
Line 905:
my $str = '0';
 
for my $i (0..6) {
say $str;
$str .= complement($str);
Anonymous user