Ответ:
python
a=input()
b=input()
l=sorted([a,b])
print(l[0],l[1])
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
python
a=input()
b=input()
l=sorted([a,b])
print(l[0],l[1])