Hackerrank 레벨업하기 문제 Staircase
def staircase(n): for i in range(n): print(' '*(n-1 - i ) + '#' * (i+1))
궁금하신게 있다면 메일 주세요. k2h7913@daum.net cafehero123@gmail.com
Copyright © All rights reserved | This template is made with by Colorlib