How do you code a program that outputs a number triangle given a height, but only using while loops (lists, range, for loops are not allowed)
solved How do you code a program that outputs a number triangle given a height, but only using while loops (lists, range, for loops are not allowed)