Problem
1. The pyramid function in this chapter doesn't quite line up with "=" character as input. Try some others, like "n" and "m" and "t". The last one seems to line up best. Why?
2. Create a function like the pyramid function that does the upside-down version. Your function inverted Pyramid should also take an input character and print an inverted pyramid.