I am going to 'play' with this in IDLE. I have used your tutorial posted on
the Net. Good stuff!!
Thanks for breaking this down into different examples.
You are a great instructor.
From: Danny Yoo <[EMAIL PROTECTED]>
To: Tutor
CC: [EMAIL PROTECTED]
Subject: Re: [Tutor] still
> No the question doesn't seem to simple at all, I appreciate your help. I
> have totally confused myself and I need to start from the beginning to
> sort things out. Thanks for you time and help.
>
> >>>double = 2 * 5
> >>>print 'The sum of 2 times 5 equals', double
> The sum of 2 times 5 equals
om: Rosalee Dubberly <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [Tutor] still not getting 'it'
No the question doesn't seem to simple at all, I appreciate your help. I
have totally confused myself and I need to start from the beginning to sort
things out.
Thanks
On Wed, 5 Oct 2005, Rosalee Dubberly wrote:
> I am having problems with changing the parameters in my second function.
> I want the second function to run the same as the first, but take
> different parameters. What am I doing wrong
Hi Rosalee,
[First, make sure you're subscribed to Tutor;
I am having problems with changing the parameters in my second function. I
want the second function to run the same as the first, but take different
parameters. What am I doing wrong
def firstpart():
"""Define a function that takes no parameters and does the following:
Returns (not