## spaces. The last line is not preceded by any spaces. ## Write a program that prints a staircase of size n.
Complete the staircase function in the editor below. It should print a staircase as described above. staircase has the following parameter(s): n: an integer ...