Last active
November 29, 2016 11:47
-
-
Save jiunbae/1e43917cfeab5aee0401c27051d9f1c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print "\n".join([" ".join([i==j*j and'*'or((not i or not j)and'+'or' ')for j in reversed(range(-25,25))])for i in reversed(range(0,50))]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment