Skip to content

Instantly share code, notes, and snippets.

@nariaki3551
Created December 10, 2016 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nariaki3551/2c94d2ec47786cb55226a4e96fdd1aa5 to your computer and use it in GitHub Desktop.
Save nariaki3551/2c94d2ec47786cb55226a4e96fdd1aa5 to your computer and use it in GitHub Desktop.
from sys import stdin
data = [row.strip() for row in stdin.readlines()]
for elm in data[::-1]:
print(elm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment