On Tue, Jul 21, 2009 at 6:56 PM, Mike wrote:
>
> Hi, I have a quick question. I'm fairly new to python and sage, and am
> attempting to learn it to use in my engineering classes. My problem is
> that I have 2 lists
> x = [1, 2, 3]
> y = [4, 5, 6]
> and I would like to use them both in the same fun
Hi, I have a quick question. I'm fairly new to python and sage, and am
attempting to learn it to use in my engineering classes. My problem is
that I have 2 lists
x = [1, 2, 3]
y = [4, 5, 6]
and I would like to use them both in the same function to give me a
third list. Something to the effect of: