Help With Python

Simon Brunning simon.brunning at gmail.com
Wed Jan 26 11:21:47 EST 2005


On Wed, 26 Jan 2005 15:55:28 -0000, Judi Keplar
<judi-keplar at charter.net> wrote:
> I am currently taking a course to learn Python and was looking for
> some help.  I need to write a Python statement to print a comma-
> separated repetition of the word, "Spam", written 511 times ("Spam,
> Spam, … Spam").
> 
> Can anybody help me get started?  I am completely new to programming!

Well, I don't want to give it to you on a plate, since it's homework,
but you might find this page useful:
<http://docs.python.org/lib/string-methods.html#string-methods>.

I'd also suggest that you have a run through the tutorial -
<http://docs.python.org/tut/>. It's time well spent! If you don't get
on with that, there's another couple of tutorials available aimed
directly at those new to programming -
<http://www.livewires.org.uk/python/> and
<http://www.ibiblio.org/obp/thinkCSpy/>.

Lastly, although neophytes are more than welcome here, you might find
the tutor mailing list a good place to ask questions in the early days
of your Python experience. You'll find it here -
<http://mail.python.org/mailman/listinfo/tutor>.

Good luck, and welcome to Python!

-- 
Cheers,
Simon B,
simon at brunningonline.net,
http://www.brunningonline.net/simon/blog/



More information about the Python-list mailing list