Python 3
파이썬 세로 입력받기
Coding_SJ
2020. 3. 20. 22:28
n = int(input())
nums = [int(input()) for i in range(n)]