Developer-Student-Clubs-VSSUT-Burla / Master-PyAlgo

36 stars 84 forks source link

Staircase #249

Open JASKAMAL22 opened 3 years ago

JASKAMAL22 commented 3 years ago

This is a staircase of base and height are both equal to n. It is drawn using # symbols and spaces. The last line is not preceded by any spaces.

Write a program that prints a staircase of size n.

Input Format: A single integer, n , denoting the size of the staircase.

Output Format: Print a staircase of size n using # symbols and spaces. Note: The last line must have 0 spaces in it.

JASKAMAL22 commented 3 years ago

I would like to do it as a part of gssoc21. Kindly assign it to me!!

rcoder23 commented 3 years ago

@JASKAMAL22 One isssue one time

JASKAMAL22 commented 3 years ago

Hey @rcoder23 ,Please assign it to me when the previous issue #247 will get merge!

rcoder23 commented 3 years ago

@JASKAMAL22 You can work on it.