[Tutor] (no subject)

Jared White dukelx2005 at gmail.com
Tue Mar 17 20:16:37 CET 2009


This is what i have so far an this is not what i want it to do
"NO this isnt homework" i am trying to learn this myself

#!/usr/bin/env python
#
#    Author: J White
#    Python 2.5.2
#
howmany = int(raw_input('How many lines '))
rhowmany = howmany
strout = '*'
while howmany > 0:
    print strout
    strout += '*'
    howmany -= 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090317/e7b28217/attachment.htm>


More information about the Tutor mailing list