The commas are a comma separated list, where your giving the inputs one at a time. You have to look at context. In the context of a function call, cammas seperate parameters so you use the plus concatentoator operation to make all your different parameters into one big parameter before you actual pass that parameter to the input function.<br>
<br><div class="gmail_quote">On Sun, Dec 5, 2010 at 1:34 PM, Michael Tobis <span dir="ltr">&lt;<a href="mailto:mtobis@gmail.com">mtobis@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
&quot;this &quot; + expresion &quot; + &quot;evaluates to a string.&quot;<br>
<br>
&quot;this&quot;, &quot;one&quot;, &quot;yields&quot;, &quot;a&quot;, &quot;tuple of strings&quot;<br>
<br>
print handles both, but that doesn&#39;t mean they are interchangeable.<br>
<br>
<br>
<br>
You should join this mailing list:<br>
<br>
<a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
<br>
The tutor mailing list is the best place for this sort of question.<br>
<font color="#888888"><br>
<br>
<br>
mt<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Chicago mailing list<br>
<a href="mailto:Chicago@python.org">Chicago@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br>
</div></div></blockquote></div><br>