[Chicago] beginner help - role playing game

Jon Sudlow jsudlow at gmail.com
Sun Dec 5 22:56:14 CET 2010


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.

On Sun, Dec 5, 2010 at 1:34 PM, Michael Tobis <mtobis at gmail.com> wrote:

> "this " + expresion " + "evaluates to a string."
>
> "this", "one", "yields", "a", "tuple of strings"
>
> print handles both, but that doesn't mean they are interchangeable.
>
>
>
> You should join this mailing list:
>
> http://mail.python.org/mailman/listinfo/tutor
>
> The tutor mailing list is the best place for this sort of question.
>
>
>
> mt
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> http://mail.python.org/mailman/listinfo/chicago
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20101205/68527c55/attachment.html>


More information about the Chicago mailing list