본문 바로가기
Beakjoon&프로그래머스/파이썬

[백준/파이썬] 27386번 Class Field Trip

by 현장 2023. 7. 10.

-Code

print(*sorted(input() + input()), sep='')