-Code
for i in range(int(input())):
name1 = input()
name2 = input()
print(f"Case {i + 1}: {name2}, {name1}")
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 21197번 Stopwatch (0) | 2022.11.03 |
---|---|
[백준/파이썬] 23103번 Academic Distance (0) | 2022.11.02 |
[백준/파이썬] 17548번 Greetings! (0) | 2022.10.31 |
[백준/파이썬] 3578번 Holes (0) | 2022.10.30 |
[백준/파이썬] 3276번 ICONS (0) | 2022.10.29 |