> ---------- 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))
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to