Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created June 3, 2016 16:06
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 chuck0523/531b59931b2939e3cb5fe6a87b8666ed to your computer and use it in GitHub Desktop.
Save chuck0523/531b59931b2939e3cb5fe6a87b8666ed to your computer and use it in GitHub Desktop.
list(map(lambda row: print(row), ["".join([line for line in input()][::-1]) for time in range(4)][::-1]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment