Skip to content

Instantly share code, notes, and snippets.

@LandonPowell
Last active November 14, 2015 06:36
Show Gist options
  • Save LandonPowell/de0f97322f99a26998cf to your computer and use it in GitHub Desktop.
Save LandonPowell/de0f97322f99a26998cf to your computer and use it in GitHub Desktop.
x = raw_input("> ")
print ' '.join(x)
for i in range(1, len(x)-1):print x[i] + (len(x) * 2 - 3) * ' ' + x[len(x)-i-1]
print ' '.join(x[::-1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment