Practice ยท 1 of 1
Star Triangle
Implement triangle(rows) so program() prints a left-aligned triangle: row 1 has one *, row rows has rows stars, each row on its own line.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Loop Practice: Shapes and Sums