Re: [Tutor] PYTHON NEWBIE HELP!

2012-10-15 Thread Alan Gauld
On 15/10/12 02:21, Salinas, Erwin d wrote: HELP! Hi I'm a newbie in Python, I'm having trouble organizing the FILE into the OUTPUT BELOW. I put the file into read, then I put it on a list, and my plan is to put the name and the corresponding grades into a dictionary, using the elements on the lis

Re: [Tutor] PYTHON NEWBIE HELP!

2012-10-15 Thread Mark Lawrence
On 15/10/2012 02:21, Salinas, Erwin d wrote: Further to the information provided by Bob Gailer, please don't shout, as in TYPING THINGS IN UPPERCASE, as it's considered rude, thanks. -- Cheers. Mark Lawrence. ___ Tutor maillist - Tutor@python.org

Re: [Tutor] PYTHON NEWBIE HELP!

2012-10-14 Thread bob gailer
On 10/14/2012 9:21 PM, Salinas, Erwin d wrote: HELP! Hi I'm a newbie in Python, welcome A few pointers regarding use of this email list: - we are a few volunteers who try to help as we can - please put your responses following the relevant text rather than at the top - please reply-all so a c

[Tutor] PYTHON NEWBIE HELP!

2012-10-14 Thread Salinas, Erwin d
HELP! Hi I'm a newbie in Python, I'm having trouble organizing the FILE into the OUTPUT BELOW. I put the file into read, then I put it on a list, and my plan is to put the name and the corresponding grades into a dictionary, using the elements on the list, but when I print the dictionary, it's n