#정수 2개를 입력받고 순서를 바꿔서 출력하시오.
a=input()
b=input()
a=int(a)
b=int(b)
print(b)
print(a)

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: