Class Field Trip

This commit is contained in:
2023-06-26 14:15:33 +02:00
parent b2fd768c1c
commit 5ad4fc2383

1
classfieldtrip.py Normal file
View File

@@ -0,0 +1 @@
print("".join(sorted(list(input().strip()) + list(input().strip()))))