Skip to content

Instantly share code, notes, and snippets.

@kureikei
Created March 26, 2015 03:01
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 kureikei/1826d09502f28e4ca95c to your computer and use it in GitHub Desktop.
Save kureikei/1826d09502f28e4ca95c to your computer and use it in GitHub Desktop.
import functools; [print(l[::-1]) for l in functools.reduce(lambda s, w: [i + j for i, j in zip(s, list(w.ljust(7, ' ')))], input().split(), [""]*7)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment