The """ is for the docstring - if you need the user to know what theyre doing with the program you can create documentation, and what you put in those quotes wwill come up in that (I think)<br><br>
<div><span class="gmail_quote">On 3/6/08, <b class="gmail_sendername">Dotan Cohen</b> <<a href="mailto:dotancohen@gmail.com">dotancohen@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 06/03/2008, Dan Bishop <<a href="mailto:danb_83@yahoo.com">danb_83@yahoo.com</a>> wrote:<br>> On Mar 5, 7:24 pm, Matt Nordhoff <<a href="mailto:mnordh...@mattnordhoff.com">mnordh...@mattnordhoff.com</a>> wrote:<br>
><br>> > Steven D'Aprano wrote:<br>>  > > Surely it would depend on the type of text: pick up any random English<br>>  > > novel containing dialogue, and you're likely to find a couple of dozen<br>
>  > > pairs of quotation marks per page, against a few apostrophes.<br>>  ><br>><br>> > That's an idea... Write a novel in Python docstrings.<br>><br>><br>> Or better yet, write in Python syntax.<br>
><br>><br>>  assert len([man for man in now_alive() if<br>>  man.remembers(datetime.date(1775, 4, 18))]) <= HARDLY<br>><br>>  lantern_count = {'land': 1, 'sea': 2}.get(british.location(), 0)<br>
>  n_ch_twr.hang(Lantern() for _ in xrange(lantern_count))<br>><br>>  if lantern_count:<br>>     for village in middlesex:<br>>         ride_thru(village)<br>>         spread_alarm(village)<br>><br><br>
That looks ported from lolcode.<br><a href="http://lolcode.com/">http://lolcode.com/</a><br><br>Dotan Cohen<br><br><a href="http://what-is-what.com">http://what-is-what.com</a><br><a href="http://gibberish.co.il">http://gibberish.co.il</a><br>
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת<br><br>A: Because it messes up the order in which people normally read text.<br>Q: Why is top-posting such a bad thing?<br>--<br><a href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list</a></blockquote>
</div><br><br clear="all"><br>-- <br>I like kids, but I don't think I could eat a whole one...