<?php $a = 'a'; $n = 50; $i = 0; $k = 0; while ( $i < $n ) echo str_repeat($a, ++$i) . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.