Files
kattis/classfieldtrip.py
2023-06-26 14:15:33 +02:00

2 lines
70 B
Python

print("".join(sorted(list(input().strip()) + list(input().strip()))))