I'm supposed to practice nested for loops. There is one problem that asks for a pyramid with its base equal its height and I have come up with something that kind of looks like a pyramid where base == height. Is there a way to print a better triangle?