Display half of a triangle. For an argument of 6 the function showHalfTriangle() should display the following:
showHalfTriangle()
# ## ### #### ##### ######
Now rewrite the function to use repeat instead of a for loop.
repeat
for