i did it.
for i in range(3):
    print '*' * 5 + '\t  *'
    if i in range(0,1):
        print '*'+' ' *4 + '\t  *'
    if i in range(1,2):
        print ' ' * 4 + '*  *  *'
is this code ok?
someone have better solution?
thx!


Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail Beta.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to