• [deleted]Challenge Author
    + 61 comments

    Python one liner:

    print(" ".join(map(str, arr[::-1])))