[Tutor] help

2009-04-14 Thread j mercedes
hi, its me again jay, thanks alot everyone for your input on the last program i created that solved for the mode,mean, and average of a set of numbers it actually worked great..if anyone can give me any ideas on this program i am doing now it would be appreciated.I keep would like to understand

[Tutor] FW: another newbie

2009-04-12 Thread j mercedes
hi, its me again jay, thanks alot everyone for your input on the last program i created that solved for the mode,mean, and average of a set of numbers it actually worked great...i used the import in a bit different method but still very valuable...if anyone can give me any ideas on thi

[Tutor] toggle through a list

2009-04-01 Thread j mercedes
Hi, I have problem here...I am writing a program but I am getting stucked at how to solve the mode of a series of numbers...any ideas???following is the program:def mode(data):num=0count=0mx=0mode=0for i in data: if num!=data[i]:num=data[i]coun