728x90
반응형
SMALL
N, lst= int(input()), []
[lst.append(input()) for i in range(N)]
[print(f"{i}. {lst[i-1]}") for i in range(1, len(lst)+1)]
728x90
반응형
LIST
'백준문제 > 브론즈 4' 카테고리의 다른 글
백준) 4589번 - python (1) | 2024.03.24 |
---|---|
백준) 4562번 - python (0) | 2024.03.23 |
백준) 3046번 - python (0) | 2024.03.21 |
백준) 2845번 - python (0) | 2024.03.20 |
백준) 2742번 - python (0) | 2024.03.19 |