[Tutor] exercise problem

Roelof Wobben rwobben at hotmail.com
Fri Aug 27 12:23:06 CEST 2010



 


From: rwobben at hotmail.com
To: alan.gauld at btinternet.com
Subject: RE: [Tutor] exercise problem
Date: Fri, 27 Aug 2010 07:04:39 +0000





 
> To: tutor at python.org
> From: alan.gauld at btinternet.com
> Date: Thu, 26 Aug 2010 23:54:19 +0100
> Subject: Re: [Tutor] exercise problem
> 
> "Roelof Wobben" <rwobben at 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 at 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
 
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100827/8e4ed393/attachment.html>


More information about the Tutor mailing list