<br><br><div><span class="gmail_quote">On 22/03/06, <b class="gmail_sendername">Tim Williams (gmail)</b> <<a href="mailto:tdwdotnet@gmail.com">tdwdotnet@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="q"><br>
<br>
> if u"h" in u"hello, world !" and u"hello, world !".from("h"):<br>
> return " u"hello, world !"<br>
>else: # not really required, used for demonstration only<br>
> return <br>
<br>
:)</span></div></blockquote><div><br>
<br>
OK, python allows me to code faster than I can think ( not that
hard really!! ) Proof-reading is my next personal goal too.<br>
<br>
Try this instead.<br>
<br>
<span class="q">> if u"h" in u"hello, world !":<br>
> return u"hello, world !".from("h"):<br>>else: # not really required, used for demonstration only<br>
> return </span><br>
</div><br></div>