Skip to content

Instantly share code, notes, and snippets.

@darjeeling
Forked from dittos/gist:7182658
Created October 27, 2013 14:25
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 darjeeling/7182792 to your computer and use it in GitHub Desktop.
Save darjeeling/7182792 to your computer and use it in GitHub Desktop.
#77
for c in 5,5,4,3,2,0,2,3,4,5,5:s=(c*' 'or'*')+'* '[:6-c];print s+s[-2::-1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment