Re: [Tutor] question about a exercise

2012-01-05 Thread Wayne Werner
On Thu, Jan 5, 2012 at 9:22 AM, daedae11 wrote: > ** > The exercise is: > > Write a function which has 3 parameters. First parameter is a char, second > parameter is a integer, third parameter is a integer. > The function would create a file which have following requests: > 1. the length of the f

Re: [Tutor] question about a exercise

2012-01-05 Thread Alexander
On Thu, Jan 5, 2012 at 10:22 AM, daedae11 wrote: > ** > The exercise is: > > Write a function which has 3 parameters. First parameter is a char, second > parameter is a integer, third parameter is a integer. > The function would create a file which have following requests: > 1. the length of the

Re: [Tutor] question about a exercise.

2010-08-19 Thread Alan Gauld
"Roelof Wobben" wrote I don't see a traceback only this output. That looks about right to me, what did you expect to see that was different? regel 1 regel 2 script terminated. = I have learned to do one problem at the time so in mu o

Re: [Tutor] question about a exercise.

2010-08-19 Thread Roelof Wobben
lines and then expand to 9 lines and then expand to the function clear_screen Roelof Date: Thu, 19 Aug 2010 08:37:25 -0400 Subject: Re: [Tutor] question about a exercise. From: joel.goldst...@gmail.com To: rwob...@hotmail.com CC: tutor@python.org Can you copy and paste the exact

Re: [Tutor] question about a exercise.

2010-08-19 Thread Joel Goldstick
Can you copy and paste the exact error message you receive in the traceback when you run your program. Also, copy the complete program here since it is only a handful of lines On Thu, Aug 19, 2010 at 7:31 AM, Roelof Wobben wrote: > Hello, > > I follow the online book " How to think like a comp