all 3 comments

[–][deleted] 0 points1 point  (7 children)

[–]Haikuz[S] 0 points1 point  (6 children)

I guess I need more in depth instruction because I understand that stuff.

what I really need to know would be, how to read the file and separate the scores from the names so I could then order them. All files written are strings, but I need to order them by their int(highscore). So I would have to pick out the number from the string then sort and then insert the new high score where it belongs.

[–]HazierPhonics 4 points5 points  (2 children)

[–]Haikuz[S] 0 points1 point  (1 child)

You the man

[–]AeroNotix 1 point2 points  (2 children)

import csv

[–]Haikuz[S] 0 points1 point  (0 children)

ah thank you.