Skip to content

Instantly share code, notes, and snippets.

@jiunbae
Last active November 29, 2016 11:47
Show Gist options
  • Save jiunbae/1e43917cfeab5aee0401c27051d9f1c4 to your computer and use it in GitHub Desktop.
Save jiunbae/1e43917cfeab5aee0401c27051d9f1c4 to your computer and use it in GitHub Desktop.
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