Re: [Tutor] Help with file editing

2009-06-11 Thread Lie Ryan
tanner barnes wrote: > Ok, so i am creating a program for my school's football team and in one > part i need to store a list of variables (their name, height, weight, > and grade) in a txt file to bring up later. i know how to create and > read from files ( file = open("file_name", ''w/r/a") ). But

[Tutor] Help with file editing

2009-06-11 Thread tanner barnes
Ok, so i am creating a program for my school's football team and in one part i need to store a list of variables (their name, height, weight, and grade) in a txt file to bring up later. i know how to create and read from files ( file = open("file_name", ''w/r/a") ). But what i need to do is cre