exoticdisease
Hello all
I am stuck on making my first very simple python program and was wondering if anyone could offer help...in fact lots of it! I just really don't know what to do and it's getting very frustrating!
I need to write a program that displays the results of a relay race. There will be many teams entering the race, but I don't know how many, and the relay will have 3 legs.
The results come in a .csv file, which I will attach at the end of this post. The program needs to read the results file and print to the screen the total time and name of each team in the position they came. The .csv file is called cw1-results.txt and should be needs to be hard coded into the program. The time needs to be in the format hh:mm:ss, but it is in seconds in the .csv file.
TEAM,LEG,RUNNER,TIME
Team C,1,Runner 3,914
Team A,1,Runner 1,1049
Team A,2,Runner 4,1109
Team B,1,Runner 2,1132
Team B,3,Runner 8,1132
Team C,3,Runner 9,1154
Team A,3,Runner 7,1169
Team C,2,Runner 6,1714
Team B,2,Runner 5,1130
I can't even begin as I'm a complete n00b, so please offer some help! Any help would be GREATLY appreciated.
Thank you
exoticdisease
I am stuck on making my first very simple python program and was wondering if anyone could offer help...in fact lots of it! I just really don't know what to do and it's getting very frustrating!
I need to write a program that displays the results of a relay race. There will be many teams entering the race, but I don't know how many, and the relay will have 3 legs.
The results come in a .csv file, which I will attach at the end of this post. The program needs to read the results file and print to the screen the total time and name of each team in the position they came. The .csv file is called cw1-results.txt and should be needs to be hard coded into the program. The time needs to be in the format hh:mm:ss, but it is in seconds in the .csv file.
TEAM,LEG,RUNNER,TIME
Team C,1,Runner 3,914
Team A,1,Runner 1,1049
Team A,2,Runner 4,1109
Team B,1,Runner 2,1132
Team B,3,Runner 8,1132
Team C,3,Runner 9,1154
Team A,3,Runner 7,1169
Team C,2,Runner 6,1714
Team B,2,Runner 5,1130
I can't even begin as I'm a complete n00b, so please offer some help! Any help would be GREATLY appreciated.
Thank you
exoticdisease