Re: [Tutor] MAXIMUM LOOP LOGIC

2012-10-04 Thread Brian van den Broek
On 4 Oct 2012 13:22, "medusa" wrote: > > Hello > > i got stuck with the last bit of my programming practice. > Instead of printing off a number beside the email, i got another email and i > dont know how to fix it. > Hi, Is your code

Re: [Tutor] MAXIMUM LOOP LOGIC

2012-10-04 Thread eryksun
On Wed, Oct 3, 2012 at 12:11 AM, medusa wrote: > > After all the data has been read the program looks through the dictionary > using a maximum loop > > Instead of printing off a number beside the email, i got another email and i > dont know how to fix it. >

[Tutor] MAXIMUM LOOP LOGIC

2012-10-04 Thread medusa
Hello i got stuck with the last bit of my programming practice. Can somebody help me? Write a program to read through a mail log, and figure out who had the most messages in the file. The program looks for “From” lines and takes the second parameter on those lines as the person who sent the m