Something like that?

z = tuple(map(lambda x,y: x+y, x, y))

On 3/11/07, Alberto Vieira Ferreira Monteiro <[EMAIL PROTECTED]>
wrote:

Hi, I am new to Python, how stupid can be the questions I ask?

For example, how can I add (mathematically) two tuples?
x = (1,2)
y = (3,4)
How can I get z = (1 + 3, 2 + 4) ?

Alberto Monteiro
--
http://mail.python.org/mailman/listinfo/python-list

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to