[Tutor] banners

josip josipl2000 at yahoo.com
Sun Aug 20 15:46:51 CEST 2006


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20060820/647fb070/attachment.htm 


More information about the Tutor mailing list