처음으로
학원 소개
교육과정
진학&대회
게시판
교육자료
상담 문의
More
a=int(input()) d=(a-1)//2 for i in range(1,a+1,2) : print(' '*d,end='') print('*'*i) d=d-1