목록staircase (1)
규도자 개발 블로그
[해커랭크(Hackerrank)/Problem Solving/파이썬3(python3)] Staircase
Consider a staircase of size : # ## ### #### Observe that its base and height are both equal to , and the image is drawn using # symbols and spaces. The last line is not preceded by any spaces.Write a program that prints a staircase of size .Function DescriptionComplete the staircase function in the editor below. It should print a staircase as described above.staircase has the following paramete..
알고리즘/풀이
2019. 3. 9. 15:27