From: rwob...@hotmail.com To: alan.ga...@btinternet.com Subject: RE: [Tutor] exercise problem Date: Fri, 27 Aug 2010 07:04:39 +0000 > To: tutor@python.org > From: alan.ga...@btinternet.com > Date: Thu, 26 Aug 2010 23:54:19 +0100 > Subject: Re: [Tutor] exercise problem > > "Roelof Wobben" <rwob...@hotmail.com> wrote > > > Write a function add_vectors(u, v) that takes two lists of numbers > > > I think that u is the name of the new list and v is the number which > > represent the number which must be eveluated. > > No. It sounds like you don't really understand the basic concepts > behind functions yet. Try reading the Modules and Functions topic > in my tutorial. See if that clarifies things for you. Getting these > basic > concepts right at the beginning is very important, don't try to rush > it. > > If confused by one tutorial reading an alternative explanation can > often help - at least it does for me! :-) > > -- > Alan Gauld > Author of the Learn to Program web site > http://www.alan-g.me.uk/ > > > _______________________________________________ > Tutor maillist - Tutor@python.org > To unsubscribe or change subscription options: > http://mail.python.org/mailman/listinfo/tutor Hello, I read your page and I think I understand the basic concepts. What I don't see is what s and v represent. My new idea is that u is the number which must be calculated and v is the vector which containts the outcome or u is the outcome of the first numbers and v the outcome of the second numbers. Roelof
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor