I have a zip file which includes all the students in my class. The file contains text files with names and student ratings of other classmates.
the format of the file is :
JohnDoe.txt
studentLastName, studentFirstName - rating(int between [0-5])
i am able to read the zip file in and print out the contents but i am not sure how to split out each students file and ratings, there are about 30 students.
Any ideas?
