프로그래밍/Baekjoon (파이썬) 백준 알고리즘 2440번 J_Remind 2018. 12. 2. 15:49 문제풀이 (Python)1234n = int(input()) for i in range(n,0,-1): print('*'*i)cs문제 출처https://www.acmicpc.net/problem/2440