Στις 19/8/2010 2:32 μμ, ο/η Tim Chase έγραψε:
  (1,) + (2,)

to return "(1,2)"
This is actually joining two single element tuples (1,) and (2, ) to a new bigger tuple of two elements, correct?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to