[Tutor] banners

josip josipl2000 at yahoo.com
Sun Aug 20 15:35:08 CEST 2006


ok i get letter s and j, now i neetd them to be printed together
  
for i in range(3):
    print '*'*5
    if i in range(0,1):
        print '*'
    if i in range(1,2):
        print ' ' * 4 + '*'

        
*****
*
*****
    *
*****
for i in range(4):
    print ' ' * 3 + '*'
    if i in range(3,4):
        print '*  *'
        print '****'

        
      *
      *
        *
*     *
** * *



 		
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20060820/d8d75250/attachment.html 


More information about the Tutor mailing list