Michael Langford wrote:
>
> >Michael has already explained that this is building
> >a tuple of tuples. But you want to create strings.
> >So first convert r to a string using str(r)
>
> Yeah sorry about that....read some java over the weekend (source code 
> to http://reprap.org)...and <http://reprap.org%29...and> then munged 
> some of its syntactic sugar into the python area of my brain. Python 
> does not support that operation for +
You can append ints to strings in Java using +?
-Luke
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to