Skip to content

Instantly share code, notes, and snippets.

@benelog
Last active December 26, 2015 19:49
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 benelog/7204216 to your computer and use it in GitHub Desktop.
Save benelog/7204216 to your computer and use it in GitHub Desktop.
코드 골프
for s in"5,5,41,33,25,0070,25,33,41,5,5".split(","):print"".join(int(j)*" "+"*"for j in s)
for i in"00123432100":print"".join(int(j)*" "+"*"for j in('5','41','33','25','0070')[int(i)])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment