degrees and radians.

Jim Richardson warlock at eskimo.com
Sun May 5 15:19:20 EDT 2002


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, 5 May 2002 15:43:14 +0100,
 Simon Foster <simon at nospam.demon.co.uk> wrote:
> 
> "Jim Richardson" <warlock at eskimo.com> wrote in message
> news:tvl2ba.4q7.ln at 127.0.0.1...
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
> 
> ...
> 
>>
>> Well, now that I have conquered elementry trig, I am now going to try
>> for simple python and figure out how to add the contents of a tuple to
>> the contents of another tuple...
>>
> 
> Try '+'
> 
>>>> a
> (1, 2)
>>>> b
> (3, 4)
>>>> a+b
> (1, 2, 3, 4)
>>>>
> 
> 


sorry, I wasn't very clear, in the above example, the result I am
looking for is

>>>a=(1,2)
>>>b=(2,3)
>>>a+b
(3,5)


if that makes sense, I don't want to append, I want to add.

> 
> 
> 
> 


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE81YW4d90bcYOAWPYRAoTvAKCwwIqQts+K+Bi3JWZWZ1UIz87pYQCgxuwd
wicTymWLn2xqKFnoEZkRXSg=
=NVVK
-----END PGP SIGNATURE-----

-- 
Jim Richardson
	Anarchist, pagan and proud of it
http://www.eskimo.com/~warlock
Linux, from watches to supercomputers, for grandmas and geeks. 



More information about the Python-list mailing list