[Tutor] (no subject)

Daniele d.conca at gmail.com
Tue Mar 24 12:07:08 CET 2009


> ---------- Messaggio inoltrato ----------
> Jared White wrote:
>
>>      **********
>>    *********      I cant get a code to work for this bottom half,  Can anyone help me

Hi Jared, try this:

for i in range(-10,11):
    print '*'*(11-abs(i))


More information about the Tutor mailing list