Re: [Tutor] Working with Data files & Lists

2014-06-02 Thread Danny Yoo
On Mon, Jun 2, 2014 at 8:34 AM, JEAN MICHEL wrote: > I'm a Python beginner trying write a program that reads outside txt files, > takes the data like the name and test grades of students then calculate the > average and also assigns a grade and writes the data into a new txt file. > I'm having dif

[Tutor] Working with Data files & Lists

2014-06-02 Thread JEAN MICHEL
I'm a Python beginner trying write a program that reads outside txt files, takes the data like the name and test grades of students then calculate the average and also assigns a grade and writes the data into a new txt file. I'm having difficulties writing the program so far I've been able to write