[Tutor] (no subject)

Luke Paireepinart rabidpoobear at gmail.com
Tue Mar 17 14:53:43 CET 2009


As a policy we don't give answers to homework questions.  However, if you
have tried this and you are stuck, we'd be happy to help with any specific
questions you have about your implementation.

On Tue, Mar 17, 2009 at 6:00 AM, <dukelx2005 at gmail.com> wrote:

> Would anyone know how to Write an application that displays the following
> patterns separately, one below the other. Use for or while loops to generate
> the patterns. All asterisks (*) should be printed by a single statement of
> print( '*' ); which causes the asterisks to print side by side. A statement
> of println(\n); can be used to move to the next line.
>  *
>  **
>  ***
>  ****
>  *****
>  ******
>  *******
>  ********
>  *********
>  **********
>
> **********
>  *********
>  ********
>  *******
>  ******
>  *****
>  ****
>  ***
>  **
>  *
>
> dukelx2005 at gmail.com
> Sent from my Verizon Wireless BlackBerry
>
> Please consider the environment before printing this email or attachments
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090317/20affbae/attachment.htm>


More information about the Tutor mailing list