[Tutor] (no subject)

Michael Connors connorsml at gmail.com
Tue Mar 17 12:05:03 CET 2009


So the extent of your effort is "Would anyone know how to Ctrl+c".
That deserves an award.

2009/3/17 Jared White <dukelx2005 at gmail.com>

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


-- 
Michael Connors
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090317/f8aa92c7/attachment.htm>


More information about the Tutor mailing list