Post History
Python 3.8 (pre-release), 39 bytes print(x:=input(),y:=input()) print(y,x) Try it online!
Answer
#1: Initial revision
# [Python 3.8 (pre-release)], 39 bytes <!-- language-all: lang-python --> print(x:=input(),y:=input()) print(y,x) [Try it online!][TIO-ksdacu7y] [Python 3.8 (pre-release)]: https://docs.python.org/3.8/ [TIO-ksdacu7y]: https://tio.run/##K6gsycjPM7YoKPr/v6AoM69Eo8LKNjOvoLREQ1OnEs7U5IJIVupUaP7/b2hkbGJqZskFpswtLAE "Python 3.8 (pre-release) – Try It Online"