New to Python

Alberto Vieira Ferreira Monteiro albmont at centroin.com.br
Sun Mar 11 22:02:07 EDT 2007


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



More information about the Python-list mailing list