<?php $n = 3; for ($i = 0; $i <= $n; $i++) { for ($j = 0; $j < $i; $j++) { echo '#'; } echo "\n"; }
You have javascript disabled. You will not be able to edit any code.