<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Yes, it certainly does. Not that you'll get many Pythonistas to confess<br>
to that fact. Somehow those who brag about the readability and<br>
expressiveness of source code just cannot admit that:<br>
<br>
class.method(sting name, int count)<br>
<br>
- is *obviously* more expressive than -<br>
<br>
class.method(name, count)<br>
<br>
Oh, well.<br>
<br>
This is obvious even in the Python documentation itself where one<br>
frequently asks oneself "Uhh... so what is parameter X supposed to be...<br>
a string... a list... ?"<br>
<br></blockquote></div><br>But I thought that was the one of beauties of Python, you don't need to know if the input parameter is a list or a string.<br><br>cheers,<br>Stef<br>