Skip to main content

Practice ยท 2 of 3

Best Row Wins

Two steps: (1) create scores.csv with EXACTLY this content โ€” header name,score, then rows minh,7 / lan,9 / bo,8 (one per line, with final newline). (2) Read it back and print the NAME of the highest scorer (one line).

Difficulty: beginner

Back to lesson: Practice: CSV & Path Drills