Revision 8f15a62a-c848-46a2-a99c-52a92573043d - Code Golf Stack Exchange

<h2>PYTHON 79 chars</h2>
<code>
s,h=1,10;print " "*(h-s/2)+"*"<br/>
for x in range(h):print " "*(h-s/2)+"0"*s;s=s+2
</code>

<pre>
 *
 0
 000
 00000
 0000000
 000000000
 00000000000
 0000000000000
 000000000000000
 00000000000000000
 0000000000000000000
</pre>

AltStyle によって変換されたページ (->オリジナル) /