Re: Python-Help ( Mean,Median & Mode)

2004-12-05 Thread Dan Bishop
"Alfred Canoy" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hello, > > I revised my source code. It was doing great but I'm having problem listing > all the numbers that I'd input. How can I input all the numbers that I > selected? The source code and the output below: > >

Re: Python-Help ( Mean,Median & Mode)

2004-12-05 Thread Cousin Stanley
| I revised my source code. It was doing great | but I'm having problem listing all the numbers | that I'd input. | | How can I input all the numbers that I selected? Alfred As a method to list the numbers that have been input and avoid having to know in advance how many numbers are need

Re: Python-Help ( Mean,Median & Mode)

2004-12-05 Thread Alfred Canoy
Hello, I revised my source code. It was doing great but I'm having problem listing all the numbers that I'd input. How can I input all the numbers that I selected? The source code and the output below: Source code: # compute the Mean, Median & Mode of a lis